Html Css Color HEX #F06C4C Burnt Sienna

📋 copy color: '#F06C4C'

red 240 ◦ green 108 ◦ blue 76

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

Shades of Burnt Sienna #F06C4C

Tints of Burnt Sienna #F06C4C

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.47%

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

R = 56.6%
G = 25.47%
B = 17.92%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#F06C4C (or 0xF06C4C) is known color: Burnt Sienna. HEX triplet: F0, 6C and 4C. RGB value is (240,108,76). Sum of RGB (Red+Green+Blue) = 240+108+76=424 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.60% from 424); Green value is 108 (42.58% from 255 or 25.47% from 424); Blue value is 76 (30.08% from 255 or 17.92% from 424); Max value from RGB is 240 - color contains mainly: red. Hex color #F06C4C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F06C4C is #0F93B3. Grayscale: #909090. Windows color (decimal): -1020852 or 5008624. OLE color: 5008624.

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

Color convert

RGB 240 108 76 -
CMYK 0 0.55 0.68 0.06
HSL 11.71º 0.85% 0.62% -
HSV(B) 11.71º 0.68% 0.94% -
XYZ 42.6 29.77 10.34 -
YUV 143.82 89.73 196.6 -
System Red Green Blue C M Y K H S L
Decimal 240 108 76 0 0.55 0.68 0.06 11.71 0.85 0.62
Hex F0 6C 4C 0 37 44 6 C 55 3E
Octal 360 154 114 0 67 104 6 14 125 76
Binary 11110000 1101100 1001100 0 110111 1000100 110 1100 1010101 111110

Color Harmonies of #F06C4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06C4C

Black with #F06C4C

Text Example


Text Example

White with #F06C4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06C4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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