Html Css Color HEX #F06A27 Burnt Orange

📋 copy color: '#F06A27'

red 240 ◦ green 106 ◦ blue 39

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

Shades of Burnt Orange #F06A27

Tints of Burnt Orange #F06A27

RGB

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

 GREEN value IS 106 (41.8% from 255) = 27.53%

 BLUE value IS 39 (15.63% from 255) = 10.13%

R = 62.34%
G = 27.53%
B = 10.13%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.84

 K value IS 0.06

RGB Variations

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

Color information

#F06A27 (or 0xF06A27) is known color: Burnt Orange. HEX triplet: F0, 6A and 27. RGB value is (240,106,39). Sum of RGB (Red+Green+Blue) = 240+106+39=385 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.34% from 385); Green value is 106 (41.80% from 255 or 27.53% from 385); Blue value is 39 (15.62% from 255 or 10.13% from 385); Max value from RGB is 240 - color contains mainly: red. Hex color #F06A27 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F06A27 is #0F95D8. Grayscale: #8A8A8A. Windows color (decimal): -1021401 or 2583280. OLE color: 2583280.

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

Color convert

RGB 240 106 39 -
CMYK 0 0.56 0.84 0.06
HSL 20º 0.87% 0.55% -
HSV(B) 20º 0.84% 0.94% -
XYZ 41.46 28.98 5.33 -
YUV 138.43 71.89 200.45 -
System Red Green Blue C M Y K H S L
Decimal 240 106 39 0 0.56 0.84 0.06 20 0.87 0.55
Hex F0 6A 27 0 38 54 6 14 57 37
Octal 360 152 47 0 70 124 6 24 127 67
Binary 11110000 1101010 100111 0 111000 1010100 110 10100 1010111 110111

Color Harmonies of #F06A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06A27

Black with #F06A27

Text Example


Text Example

White with #F06A27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06A27; }

 p { color: rgb(240,106,39); }

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

background-color css

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

 a { background-color: rgb(240,106,39); }

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

border-color css

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

 span { border-color: rgb(240,106,39); }

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