Html Css Color HEX #F07142 Burnt Sienna

📋 copy color: '#F07142'

red 240 ◦ green 113 ◦ blue 66

#F07142
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Burnt Sienna #F07142

Tints of Burnt Sienna #F07142

RGB

 RED value IS 240 (94.14% from 255) = 57.28%

 GREEN value IS 113 (44.53% from 255) = 26.97%

 BLUE value IS 66 (26.17% from 255) = 15.75%

R = 57.28%
G = 26.97%
B = 15.75%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.72

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F07142 (or 0xF07142) is known color: Burnt Sienna. HEX triplet: F0, 71 and 42. RGB value is (240,113,66). Sum of RGB (Red+Green+Blue) = 240+113+66=419 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.28% from 419); Green value is 113 (44.53% from 255 or 26.97% from 419); Blue value is 66 (26.17% from 255 or 15.75% from 419); Max value from RGB is 240 - color contains mainly: red. Hex color #F07142 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F07142 is #0F8EBD. Grayscale: #919191. Windows color (decimal): -1019582 or 4354544. OLE color: 4354544.

HSL color Cylindrical-coordinate representation of color #F07142: hue angle of 16.21º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F07142 is Cyan = 0, Magento = 0.53, Yellow = 0.72 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 113 66 -
CMYK 0 0.53 0.72 0.06
HSL 16.21º 0.85% 0.6% -
HSV(B) 16.21º 0.73% 0.94% -
XYZ 42.82 30.73 8.83 -
YUV 145.62 83.08 195.32 -
System Red Green Blue C M Y K H S L
Decimal 240 113 66 0 0.53 0.72 0.06 16.21 0.85 0.6
Hex F0 71 42 0 35 48 6 10 55 3C
Octal 360 161 102 0 65 110 6 20 125 74
Binary 11110000 1110001 1000010 0 110101 1001000 110 10000 1010101 111100

Color Harmonies of #F07142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07142

Black with #F07142

Text Example


Text Example

White with #F07142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07142; }

 p { color: rgb(240,113,66); }

 H1.HeaderClassName
 {
   color: #F07142;
 }
 .AnyTagClassName
 {
   color: #F07142;
 }
</style>

background-color css

<style>
 a { background-color: #F07142; }

 a { background-color: rgb(240,113,66); }

 div.DivClassName
 {
   background-color: #F07142;
 }
 .BgClassName
 {
   background-color: #F07142;
 }
</style>

border-color css

<style>
 span { border-color: #F07142; }

 span { border-color: rgb(240,113,66); }

 td.TdClassName
 {
   border-color: #F07142;
 }
 .TagClassName
 {
   border-color: #F07142;
 }
</style>