Html Css Color HEX #F06A26 Burnt Orange

📋 copy color: '#F06A26'

red 240 ◦ green 106 ◦ blue 38

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

Shades of Burnt Orange #F06A26

Tints of Burnt Orange #F06A26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 9.9%

R = 62.5%
G = 27.6%
B = 9.9%

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

#F06A26 (or 0xF06A26) is known color: Burnt Orange. HEX triplet: F0, 6A and 26. RGB value is (240,106,38). Sum of RGB (Red+Green+Blue) = 240+106+38=384 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.5% from 384); Green value is 106 (41.80% from 255 or 27.60% from 384); Blue value is 38 (15.23% from 255 or 9.90% from 384); Max value from RGB is 240 - color contains mainly: red. Hex color #F06A26 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F06A26 is #0F95D9. Grayscale: #8A8A8A. Windows color (decimal): -1021402 or 2517744. OLE color: 2517744.

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

Color convert

RGB 240 106 38 -
CMYK 0 0.56 0.84 0.06
HSL 20.2º 0.87% 0.55% -
HSV(B) 20.2º 0.84% 0.94% -
XYZ 41.44 28.97 5.24 -
YUV 138.31 71.39 200.53 -
System Red Green Blue C M Y K H S L
Decimal 240 106 38 0 0.56 0.84 0.06 20.2 0.87 0.55
Hex F0 6A 26 0 38 54 6 14 57 37
Octal 360 152 46 0 70 124 6 24 127 67
Binary 11110000 1101010 100110 0 111000 1010100 110 10100 1010111 110111

Color Harmonies of #F06A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06A26

Black with #F06A26

Text Example


Text Example

White with #F06A26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06A26; }

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

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

background-color css

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

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

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

border-color css

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

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

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