Html Css Color HEX #F07A5C Burnt Sienna

📋 copy color: '#F07A5C'

red 240 ◦ green 122 ◦ blue 92

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

Shades of Burnt Sienna #F07A5C

Tints of Burnt Sienna #F07A5C

RGB

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

 GREEN value IS 122 (48.05% from 255) = 26.87%

 BLUE value IS 92 (36.33% from 255) = 20.26%

R = 52.86%
G = 26.87%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#F07A5C (or 0xF07A5C) is known color: Burnt Sienna. HEX triplet: F0, 7A and 5C. RGB value is (240,122,92). Sum of RGB (Red+Green+Blue) = 240+122+92=454 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.86% from 454); Green value is 122 (48.05% from 255 or 26.87% from 454); Blue value is 92 (36.33% from 255 or 20.26% from 454); Max value from RGB is 240 - color contains mainly: red. Hex color #F07A5C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07A5C is #0F85A3. Grayscale: #9A9A9A. Windows color (decimal): -1017252 or 6060784. OLE color: 6060784.

HSL color Cylindrical-coordinate representation of color #F07A5C: hue angle of 12.16º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F07A5C is Cyan = 0, Magento = 0.49, Yellow = 0.62 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 122 92 -
CMYK 0 0.49 0.62 0.06
HSL 12.16º 0.83% 0.65% -
HSV(B) 12.16º 0.62% 0.94% -
XYZ 44.83 33.22 14.17 -
YUV 153.86 93.09 189.44 -
System Red Green Blue C M Y K H S L
Decimal 240 122 92 0 0.49 0.62 0.06 12.16 0.83 0.65
Hex F0 7A 5C 0 31 3E 6 C 53 41
Octal 360 172 134 0 61 76 6 14 123 101
Binary 11110000 1111010 1011100 0 110001 111110 110 1100 1010011 1000001

Color Harmonies of #F07A5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07A5C

Black with #F07A5C

Text Example


Text Example

White with #F07A5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07A5C; }

 p { color: rgb(240,122,92); }

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

background-color css

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

 a { background-color: rgb(240,122,92); }

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

border-color css

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

 span { border-color: rgb(240,122,92); }

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