Html Css Color HEX #F86427 Burnt Orange

📋 copy color: '#F86427'

red 248 ◦ green 100 ◦ blue 39

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

Shades of Burnt Orange #F86427

Tints of Burnt Orange #F86427

RGB

 RED value IS 248 (97.27% from 255) = 64.08%

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

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

R = 64.08%
G = 25.84%
B = 10.08%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.84

 K value IS 0.03

RGB Variations

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

Color information

#F86427 (or 0xF86427) is known color: Burnt Orange. HEX triplet: F8, 64 and 27. RGB value is (248,100,39). Sum of RGB (Red+Green+Blue) = 248+100+39=387 (51% of max value = 765). Red value is 248 (97.27% from 255 or 64.08% from 387); Green value is 100 (39.45% from 255 or 25.84% from 387); Blue value is 39 (15.62% from 255 or 10.08% from 387); Max value from RGB is 248 - color contains mainly: red. Hex color #F86427 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F86427 is #079BD8. Grayscale: #898989. Windows color (decimal): -498649 or 2581752. OLE color: 2581752.

HSL color Cylindrical-coordinate representation of color #F86427: hue angle of 17.51º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F86427 is Cyan = 0, Magento = 0.60, Yellow = 0.84 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 100 39 -
CMYK 0 0.60 0.84 0.03
HSL 17.51º 0.94% 0.56% -
HSV(B) 17.51º 0.84% 0.97% -
XYZ 43.63 29.22 5.26 -
YUV 137.3 72.53 206.96 -
System Red Green Blue C M Y K H S L
Decimal 248 100 39 0 0.60 0.84 0.03 17.51 0.94 0.56
Hex F8 64 27 0 3C 54 3 12 5E 38
Octal 370 144 47 0 74 124 3 22 136 70
Binary 11111000 1100100 100111 0 111100 1010100 11 10010 1011110 111000

Color Harmonies of #F86427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86427

Black with #F86427

Text Example


Text Example

White with #F86427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86427; }

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

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

background-color css

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

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

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

border-color css

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

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

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