Color Hex Logo

#f35013 Color Hex

#F35013
(243,80,19)
0 Favorites   0 Comments

Color spaces of #f35013

RGB 2438019
HSL0.050.900.51
HSV16°92°95°
CMYK 0.000.670.92   0.05
XYZ39.948424.83903.3050
Yxy24.83900.58670.3648
Hunter Lab49.838755.859430.9554
CIE-Lab56.918260.230663.3331

#f35013 color RGB value is (243,80,19).

#f35013 hex color red value is 243, green value is 80 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #f35013 hue: 0.05 , saturation: 0.90 and the lightness value of f35013 is 0.51.

The process color (four color CMYK) of #f35013 color hex is 0.00, 0.67, 0.92, 0.05. Web safe color of #f35013 is #ff6600. Color #f35013 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 01010000 00010011
Octal 363 120 23
Decimal 243 80 19
Hex F3 50 13

RGB Percentages of Color #f35013

%71.05
%23.39
%5.56

CMYK Percentages of Color #f35013

%0
%67
%92
%5

Triadic Colors of #f35013

#f35013 #13f350 #5013f3

Analogous Colors of #f35013

#f35013 #f3c013 #f31346

Monochromatic Colors of #f35013

#f35013

Complementary Color

#f35013 #13b6f3

#f35013 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f35013 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f35013 Color CSS Codes

.mybgcolor {background-color:#f35013; } 
.myforecolor {color:#f35013; }
.mybordercolor {border:3px solid #f35013; }

#f35013 Text Font Color

<p style="color:#f35013">Text here</p>

This sample text font color is #f35013
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#f35013 Background Color

<div style="background-color:#f35013">
Div content here</div>

This div background color is #f35013


#f35013 Border Color

<div style="border:3px solid #f35013">
Div here</div>

This div border color is #f35013


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(243,80,19, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f35013; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f35013;
  -webkit-box-shadow: 1px 1px 3px 2px #f35013;
  box-shadow:         1px 1px 3px 2px #f35013; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(243,80,19, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f35013">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #f35013;
  -webkit-box-shadow: 1px 1px 3px 2px #f35013;
  box-shadow:         1px 1px 3px 2px #f35013;">
Div content here</div>

This div box has shadow with color #f35013


Comments

No comments written yet.

Please login to write comment.