Html Css Color HEX #F06926 Burnt Orange

📋 copy color: '#F06926'

red 240 ◦ green 105 ◦ blue 38

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

Shades of Burnt Orange #F06926

Tints of Burnt Orange #F06926

RGB

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

 GREEN value IS 105 (41.41% from 255) = 27.42%

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

R = 62.66%
G = 27.42%
B = 9.92%

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

#F06926 (or 0xF06926) is known color: Burnt Orange. HEX triplet: F0, 69 and 26. RGB value is (240,105,38). Sum of RGB (Red+Green+Blue) = 240+105+38=383 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.66% from 383); Green value is 105 (41.41% from 255 or 27.42% from 383); Blue value is 38 (15.23% from 255 or 9.92% from 383); Max value from RGB is 240 - color contains mainly: red. Hex color #F06926 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F06926 is #0F96D9. Grayscale: #8A8A8A. Windows color (decimal): -1021658 or 2517488. OLE color: 2517488.

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

Color convert

RGB 240 105 38 -
CMYK 0 0.56 0.84 0.06
HSL 19.9º 0.87% 0.55% -
HSV(B) 19.9º 0.84% 0.94% -
XYZ 41.34 28.77 5.21 -
YUV 137.73 71.73 200.95 -
System Red Green Blue C M Y K H S L
Decimal 240 105 38 0 0.56 0.84 0.06 19.9 0.87 0.55
Hex F0 69 26 0 38 54 6 14 57 37
Octal 360 151 46 0 70 124 6 24 127 67
Binary 11110000 1101001 100110 0 111000 1010100 110 10100 1010111 110111

Color Harmonies of #F06926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06926

Black with #F06926

Text Example


Text Example

White with #F06926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06926; }

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

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

background-color css

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

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

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

border-color css

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

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

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