Html Css Color HEX #F86A04 Safety Orange

📋 copy color: '#F86A04'

red 248 ◦ green 106 ◦ blue 4

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

Shades of Safety Orange #F86A04

Tints of Safety Orange #F86A04

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.61%

 BLUE value IS 4 (1.95% from 255) = 1.12%

R = 69.27%
G = 29.61%
B = 1.12%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.98

 K value IS 0.03

RGB Variations

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

Color information

#F86A04 (or 0xF86A04) is known color: Safety Orange. HEX triplet: F8, 6A and 04. RGB value is (248,106,4). Sum of RGB (Red+Green+Blue) = 248+106+4=358 (47% of max value = 765). Red value is 248 (97.27% from 255 or 69.27% from 358); Green value is 106 (41.80% from 255 or 29.61% from 358); Blue value is 4 (1.95% from 255 or 1.12% from 358); Max value from RGB is 248 - color contains mainly: red. Hex color #F86A04 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F86A04 is #0795FB. Grayscale: #898989. Windows color (decimal): -497148 or 289528. OLE color: 289528.

HSL color Cylindrical-coordinate representation of color #F86A04: hue angle of 25.08º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F86A04 is Cyan = 0, Magento = 0.57, Yellow = 0.98 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 106 4 -
CMYK 0 0.57 0.98 0.03
HSL 25.08º 0.97% 0.49% -
HSV(B) 25.08º 0.98% 0.97% -
XYZ 43.89 30.27 3.65 -
YUV 136.83 53.04 207.29 -
System Red Green Blue C M Y K H S L
Decimal 248 106 4 0 0.57 0.98 0.03 25.08 0.97 0.49
Hex F8 6A 4 0 39 62 3 19 61 31
Octal 370 152 4 0 71 142 3 31 141 61
Binary 11111000 1101010 100 0 111001 1100010 11 11001 1100001 110001

Color Harmonies of #F86A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86A04

Black with #F86A04

Text Example


Text Example

White with #F86A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86A04; }

 p { color: rgb(248,106,4); }

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

background-color css

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

 a { background-color: rgb(248,106,4); }

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

border-color css

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

 span { border-color: rgb(248,106,4); }

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