Html Css Color HEX #F07A55 Burnt Sienna

📋 copy color: '#F07A55'

red 240 ◦ green 122 ◦ blue 85

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

Shades of Burnt Sienna #F07A55

Tints of Burnt Sienna #F07A55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 19.02%

R = 53.69%
G = 27.29%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#F07A55 (or 0xF07A55) is known color: Burnt Sienna. HEX triplet: F0, 7A and 55. RGB value is (240,122,85). Sum of RGB (Red+Green+Blue) = 240+122+85=447 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.69% from 447); Green value is 122 (48.05% from 255 or 27.29% from 447); Blue value is 85 (33.59% from 255 or 19.02% from 447); Max value from RGB is 240 - color contains mainly: red. Hex color #F07A55 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07A55 is #0F85AA. Grayscale: #999999. Windows color (decimal): -1017259 or 5602032. OLE color: 5602032.

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

Color convert

RGB 240 122 85 -
CMYK 0 0.49 0.65 0.06
HSL 14.32º 0.84% 0.64% -
HSV(B) 14.32º 0.65% 0.94% -
XYZ 44.53 33.1 12.64 -
YUV 153.06 89.59 190.01 -
System Red Green Blue C M Y K H S L
Decimal 240 122 85 0 0.49 0.65 0.06 14.32 0.84 0.64
Hex F0 7A 55 0 31 41 6 E 54 40
Octal 360 172 125 0 61 101 6 16 124 100
Binary 11110000 1111010 1010101 0 110001 1000001 110 1110 1010100 1000000

Color Harmonies of #F07A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07A55

Black with #F07A55

Text Example


Text Example

White with #F07A55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07A55; }

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

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

background-color css

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

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

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

border-color css

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

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

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