Html Css Color HEX #F06423 Burnt Orange

📋 copy color: '#F06423'

red 240 ◦ green 100 ◦ blue 35

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

Shades of Burnt Orange #F06423

Tints of Burnt Orange #F06423

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.67%

 BLUE value IS 35 (14.06% from 255) = 9.33%

R = 64%
G = 26.67%
B = 9.33%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.85

 K value IS 0.06

RGB Variations

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

Color information

#F06423 (or 0xF06423) is known color: Burnt Orange. HEX triplet: F0, 64 and 23. RGB value is (240,100,35). Sum of RGB (Red+Green+Blue) = 240+100+35=375 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64% from 375); Green value is 100 (39.45% from 255 or 26.67% from 375); Blue value is 35 (14.06% from 255 or 9.33% from 375); Max value from RGB is 240 - color contains mainly: red. Hex color #F06423 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F06423 is #0F9BDC. Grayscale: #868686. Windows color (decimal): -1022941 or 2319600. OLE color: 2319600.

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

Color convert

RGB 240 100 35 -
CMYK 0 0.58 0.85 0.06
HSL 19.02º 0.87% 0.54% -
HSV(B) 19.02º 0.85% 0.94% -
XYZ 40.8 27.76 4.8 -
YUV 134.45 71.88 203.29 -
System Red Green Blue C M Y K H S L
Decimal 240 100 35 0 0.58 0.85 0.06 19.02 0.87 0.54
Hex F0 64 23 0 3A 55 6 13 57 36
Octal 360 144 43 0 72 125 6 23 127 66
Binary 11110000 1100100 100011 0 111010 1010101 110 10011 1010111 110110

Color Harmonies of #F06423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06423

Black with #F06423

Text Example


Text Example

White with #F06423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06423; }

 p { color: rgb(240,100,35); }

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

background-color css

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

 a { background-color: rgb(240,100,35); }

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

border-color css

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

 span { border-color: rgb(240,100,35); }

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