Html Css Color HEX #F0764A Burnt Sienna

📋 copy color: '#F0764A'

red 240 ◦ green 118 ◦ blue 74

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

Shades of Burnt Sienna #F0764A

Tints of Burnt Sienna #F0764A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.31%

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

R = 55.56%
G = 27.31%
B = 17.13%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#F0764A (or 0xF0764A) is known color: Burnt Sienna. HEX triplet: F0, 76 and 4A. RGB value is (240,118,74). Sum of RGB (Red+Green+Blue) = 240+118+74=432 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.56% from 432); Green value is 118 (46.48% from 255 or 27.31% from 432); Blue value is 74 (29.30% from 255 or 17.13% from 432); Max value from RGB is 240 - color contains mainly: red. Hex color #F0764A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0764A is #0F89B5. Grayscale: #959595. Windows color (decimal): -1018294 or 4880112. OLE color: 4880112.

HSL color Cylindrical-coordinate representation of color #F0764A: hue angle of 15.9º 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 #F0764A is Cyan = 0, Magento = 0.51, Yellow = 0.69 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 118 74 -
CMYK 0 0.51 0.69 0.06
HSL 15.9º 0.85% 0.62% -
HSV(B) 15.9º 0.69% 0.94% -
XYZ 43.65 31.98 10.35 -
YUV 149.46 85.42 192.58 -
System Red Green Blue C M Y K H S L
Decimal 240 118 74 0 0.51 0.69 0.06 15.9 0.85 0.62
Hex F0 76 4A 0 33 45 6 10 55 3E
Octal 360 166 112 0 63 105 6 20 125 76
Binary 11110000 1110110 1001010 0 110011 1000101 110 10000 1010101 111110

Color Harmonies of #F0764A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0764A

Black with #F0764A

Text Example


Text Example

White with #F0764A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0764A; }

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

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

background-color css

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

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

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

border-color css

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

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

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