Html Css Color HEX #F06D26 Burnt Orange

📋 copy color: '#F06D26'

red 240 ◦ green 109 ◦ blue 38

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

Shades of Burnt Orange #F06D26

Tints of Burnt Orange #F06D26

RGB

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

 GREEN value IS 109 (42.97% from 255) = 28.17%

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

R = 62.02%
G = 28.17%
B = 9.82%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.84

 K value IS 0.06

RGB Variations

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

Color information

#F06D26 (or 0xF06D26) is known color: Burnt Orange. HEX triplet: F0, 6D and 26. RGB value is (240,109,38). Sum of RGB (Red+Green+Blue) = 240+109+38=387 (51% of max value = 765). Red value is 240 (94.14% from 255 or 62.02% from 387); Green value is 109 (42.97% from 255 or 28.17% from 387); Blue value is 38 (15.23% from 255 or 9.82% from 387); Max value from RGB is 240 - color contains mainly: red. Hex color #F06D26 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F06D26 is #0F92D9. Grayscale: #8C8C8C. Windows color (decimal): -1020634 or 2518512. OLE color: 2518512.

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

Color convert

RGB 240 109 38 -
CMYK 0 0.55 0.84 0.06
HSL 21.09º 0.87% 0.55% -
HSV(B) 21.09º 0.84% 0.94% -
XYZ 41.75 29.6 5.35 -
YUV 140.08 70.4 199.27 -
System Red Green Blue C M Y K H S L
Decimal 240 109 38 0 0.55 0.84 0.06 21.09 0.87 0.55
Hex F0 6D 26 0 37 54 6 15 57 37
Octal 360 155 46 0 67 124 6 25 127 67
Binary 11110000 1101101 100110 0 110111 1010100 110 10101 1010111 110111

Color Harmonies of #F06D26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06D26

Black with #F06D26

Text Example


Text Example

White with #F06D26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06D26; }

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

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

background-color css

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

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

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

border-color css

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

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

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