Html Css Color HEX #F06C4A Burnt Sienna

📋 copy color: '#F06C4A'

red 240 ◦ green 108 ◦ blue 74

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

Shades of Burnt Sienna #F06C4A

Tints of Burnt Sienna #F06C4A

RGB

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

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

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

R = 56.87%
G = 25.59%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#F06C4A (or 0xF06C4A) is known color: Burnt Sienna. HEX triplet: F0, 6C and 4A. RGB value is (240,108,74). Sum of RGB (Red+Green+Blue) = 240+108+74=422 (55% of max value = 765). Red value is 240 (94.14% from 255 or 56.87% from 422); Green value is 108 (42.58% from 255 or 25.59% from 422); Blue value is 74 (29.30% from 255 or 17.54% from 422); Max value from RGB is 240 - color contains mainly: red. Hex color #F06C4A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F06C4A is #0F93B5. Grayscale: #8F8F8F. Windows color (decimal): -1020854 or 4877552. OLE color: 4877552.

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

Color convert

RGB 240 108 74 -
CMYK 0 0.55 0.69 0.06
HSL 12.29º 0.85% 0.62% -
HSV(B) 12.29º 0.69% 0.94% -
XYZ 42.53 29.74 9.98 -
YUV 143.59 88.73 196.76 -
System Red Green Blue C M Y K H S L
Decimal 240 108 74 0 0.55 0.69 0.06 12.29 0.85 0.62
Hex F0 6C 4A 0 37 45 6 C 55 3E
Octal 360 154 112 0 67 105 6 14 125 76
Binary 11110000 1101100 1001010 0 110111 1000101 110 1100 1010101 111110

Color Harmonies of #F06C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06C4A

Black with #F06C4A

Text Example


Text Example

White with #F06C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06C4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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