Html Css Color HEX #F86F34 Burnt Orange

📋 copy color: '#F86F34'

red 248 ◦ green 111 ◦ blue 52

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

Shades of Burnt Orange #F86F34

Tints of Burnt Orange #F86F34

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.01%

 BLUE value IS 52 (20.7% from 255) = 12.65%

R = 60.34%
G = 27.01%
B = 12.65%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.79

 K value IS 0.03

RGB Variations

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

Color information

#F86F34 (or 0xF86F34) is known color: Burnt Orange. HEX triplet: F8, 6F and 34. RGB value is (248,111,52). Sum of RGB (Red+Green+Blue) = 248+111+52=411 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.34% from 411); Green value is 111 (43.75% from 255 or 27.01% from 411); Blue value is 52 (20.70% from 255 or 12.65% from 411); Max value from RGB is 248 - color contains mainly: red. Hex color #F86F34 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F86F34 is #0790CB. Grayscale: #919191. Windows color (decimal): -495820 or 3436536. OLE color: 3436536.

HSL color Cylindrical-coordinate representation of color #F86F34: hue angle of 18.06º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F86F34 is Cyan = 0, Magento = 0.55, Yellow = 0.79 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 111 52 -
CMYK 0 0.55 0.79 0.03
HSL 18.06º 0.93% 0.59% -
HSV(B) 18.06º 0.79% 0.97% -
XYZ 45.02 31.57 6.97 -
YUV 145.24 75.39 201.3 -
System Red Green Blue C M Y K H S L
Decimal 248 111 52 0 0.55 0.79 0.03 18.06 0.93 0.59
Hex F8 6F 34 0 37 4F 3 12 5D 3B
Octal 370 157 64 0 67 117 3 22 135 73
Binary 11111000 1101111 110100 0 110111 1001111 11 10010 1011101 111011

Color Harmonies of #F86F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86F34

Black with #F86F34

Text Example


Text Example

White with #F86F34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86F34; }

 p { color: rgb(248,111,52); }

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

background-color css

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

 a { background-color: rgb(248,111,52); }

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

border-color css

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

 span { border-color: rgb(248,111,52); }

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