Html Css Color HEX #F0764C Burnt Sienna

📋 copy color: '#F0764C'

red 240 ◦ green 118 ◦ blue 76

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

Shades of Burnt Sienna #F0764C

Tints of Burnt Sienna #F0764C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 17.51%

R = 55.3%
G = 27.19%
B = 17.51%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#F0764C (or 0xF0764C) is known color: Burnt Sienna. HEX triplet: F0, 76 and 4C. RGB value is (240,118,76). Sum of RGB (Red+Green+Blue) = 240+118+76=434 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.30% from 434); Green value is 118 (46.48% from 255 or 27.19% from 434); Blue value is 76 (30.08% from 255 or 17.51% from 434); Max value from RGB is 240 - color contains mainly: red. Hex color #F0764C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0764C is #0F89B3. Grayscale: #959595. Windows color (decimal): -1018292 or 5011184. OLE color: 5011184.

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

Color convert

RGB 240 118 76 -
CMYK 0 0.51 0.68 0.06
HSL 15.37º 0.85% 0.62% -
HSV(B) 15.37º 0.68% 0.94% -
XYZ 43.72 32 10.71 -
YUV 149.69 86.42 192.42 -
System Red Green Blue C M Y K H S L
Decimal 240 118 76 0 0.51 0.68 0.06 15.37 0.85 0.62
Hex F0 76 4C 0 33 44 6 F 55 3E
Octal 360 166 114 0 63 104 6 17 125 76
Binary 11110000 1110110 1001100 0 110011 1000100 110 1111 1010101 111110

Color Harmonies of #F0764C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0764C

Black with #F0764C

Text Example


Text Example

White with #F0764C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0764C; }

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

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

background-color css

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

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

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

border-color css

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

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

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