Html Css Color HEX #F0774A Burnt Sienna

📋 copy color: '#F0774A'

red 240 ◦ green 119 ◦ blue 74

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

Shades of Burnt Sienna #F0774A

Tints of Burnt Sienna #F0774A

RGB

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

 GREEN value IS 119 (46.88% from 255) = 27.48%

 BLUE value IS 74 (29.3% from 255) = 17.09%

R = 55.43%
G = 27.48%
B = 17.09%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#F0774A (or 0xF0774A) is known color: Burnt Sienna. HEX triplet: F0, 77 and 4A. RGB value is (240,119,74). Sum of RGB (Red+Green+Blue) = 240+119+74=433 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.43% from 433); Green value is 119 (46.88% from 255 or 27.48% from 433); Blue value is 74 (29.30% from 255 or 17.09% from 433); Max value from RGB is 240 - color contains mainly: red. Hex color #F0774A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0774A is #0F88B5. Grayscale: #969696. Windows color (decimal): -1018038 or 4880368. OLE color: 4880368.

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

Color convert

RGB 240 119 74 -
CMYK 0 0.50 0.69 0.06
HSL 16.27º 0.85% 0.62% -
HSV(B) 16.27º 0.69% 0.94% -
XYZ 43.77 32.21 10.39 -
YUV 150.05 85.09 192.16 -
System Red Green Blue C M Y K H S L
Decimal 240 119 74 0 0.50 0.69 0.06 16.27 0.85 0.62
Hex F0 77 4A 0 32 45 6 10 55 3E
Octal 360 167 112 0 62 105 6 20 125 76
Binary 11110000 1110111 1001010 0 110010 1000101 110 10000 1010101 111110

Color Harmonies of #F0774A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0774A

Black with #F0774A

Text Example


Text Example

White with #F0774A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0774A; }

 p { color: rgb(240,119,74); }

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

background-color css

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

 a { background-color: rgb(240,119,74); }

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

border-color css

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

 span { border-color: rgb(240,119,74); }

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