Html Css Color HEX #F06427 Burnt Orange

📋 copy color: '#F06427'

red 240 ◦ green 100 ◦ blue 39

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

Shades of Burnt Orange #F06427

Tints of Burnt Orange #F06427

RGB

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

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

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

R = 63.32%
G = 26.39%
B = 10.29%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.84

 K value IS 0.06

RGB Variations

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

Color information

#F06427 (or 0xF06427) is known color: Burnt Orange. HEX triplet: F0, 64 and 27. RGB value is (240,100,39). Sum of RGB (Red+Green+Blue) = 240+100+39=379 (50% of max value = 765). Red value is 240 (94.14% from 255 or 63.32% from 379); Green value is 100 (39.45% from 255 or 26.39% from 379); Blue value is 39 (15.62% from 255 or 10.29% from 379); Max value from RGB is 240 - color contains mainly: red. Hex color #F06427 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F06427 is #0F9BD8. Grayscale: #878787. Windows color (decimal): -1022937 or 2581744. OLE color: 2581744.

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

Color convert

RGB 240 100 39 -
CMYK 0 0.58 0.84 0.06
HSL 18.21º 0.87% 0.55% -
HSV(B) 18.21º 0.84% 0.94% -
XYZ 40.86 27.79 5.13 -
YUV 134.91 73.88 202.96 -
System Red Green Blue C M Y K H S L
Decimal 240 100 39 0 0.58 0.84 0.06 18.21 0.87 0.55
Hex F0 64 27 0 3A 54 6 12 57 37
Octal 360 144 47 0 72 124 6 22 127 67
Binary 11110000 1100100 100111 0 111010 1010100 110 10010 1010111 110111

Color Harmonies of #F06427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06427

Black with #F06427

Text Example


Text Example

White with #F06427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06427; }

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

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

background-color css

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

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

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

border-color css

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

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

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