Html Css Color HEX #F06E2A Burnt Orange

📋 copy color: '#F06E2A'

red 240 ◦ green 110 ◦ blue 42

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

Shades of Burnt Orange #F06E2A

Tints of Burnt Orange #F06E2A

RGB

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

 GREEN value IS 110 (43.36% from 255) = 28.06%

 BLUE value IS 42 (16.8% from 255) = 10.71%

R = 61.22%
G = 28.06%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#F06E2A (or 0xF06E2A) is known color: Burnt Orange. HEX triplet: F0, 6E and 2A. RGB value is (240,110,42). Sum of RGB (Red+Green+Blue) = 240+110+42=392 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.22% from 392); Green value is 110 (43.36% from 255 or 28.06% from 392); Blue value is 42 (16.80% from 255 or 10.71% from 392); Max value from RGB is 240 - color contains mainly: red. Hex color #F06E2A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F06E2A is #0F91D5. Grayscale: #8D8D8D. Windows color (decimal): -1020374 or 2780912. OLE color: 2780912.

HSL color Cylindrical-coordinate representation of color #F06E2A: hue angle of 20.61º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F06E2A is Cyan = 0, Magento = 0.54, Yellow = 0.82 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 110 42 -
CMYK 0 0.54 0.82 0.06
HSL 20.61º 0.87% 0.55% -
HSV(B) 20.61º 0.83% 0.94% -
XYZ 41.93 29.84 5.74 -
YUV 141.12 72.07 198.53 -
System Red Green Blue C M Y K H S L
Decimal 240 110 42 0 0.54 0.82 0.06 20.61 0.87 0.55
Hex F0 6E 2A 0 36 52 6 15 57 37
Octal 360 156 52 0 66 122 6 25 127 67
Binary 11110000 1101110 101010 0 110110 1010010 110 10101 1010111 110111

Color Harmonies of #F06E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06E2A

Black with #F06E2A

Text Example


Text Example

White with #F06E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06E2A; }

 p { color: rgb(240,110,42); }

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

background-color css

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

 a { background-color: rgb(240,110,42); }

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

border-color css

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

 span { border-color: rgb(240,110,42); }

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