Html Css Color HEX #F86E04 Safety Orange

📋 copy color: '#F86E04'

red 248 ◦ green 110 ◦ blue 4

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

Shades of Safety Orange #F86E04

Tints of Safety Orange #F86E04

RGB

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

 GREEN value IS 110 (43.36% from 255) = 30.39%

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

R = 68.51%
G = 30.39%
B = 1.1%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.98

 K value IS 0.03

RGB Variations

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

Color information

#F86E04 (or 0xF86E04) is known color: Safety Orange. HEX triplet: F8, 6E and 04. RGB value is (248,110,4). Sum of RGB (Red+Green+Blue) = 248+110+4=362 (47% of max value = 765). Red value is 248 (97.27% from 255 or 68.51% from 362); Green value is 110 (43.36% from 255 or 30.39% from 362); Blue value is 4 (1.95% from 255 or 1.10% from 362); Max value from RGB is 248 - color contains mainly: red. Hex color #F86E04 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F86E04 is #0791FB. Grayscale: #8B8B8B. Windows color (decimal): -496124 or 290552. OLE color: 290552.

HSL color Cylindrical-coordinate representation of color #F86E04: hue angle of 26.07º 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 #F86E04 is Cyan = 0, Magento = 0.56, Yellow = 0.98 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 110 4 -
CMYK 0 0.56 0.98 0.03
HSL 26.07º 0.97% 0.49% -
HSV(B) 26.07º 0.98% 0.97% -
XYZ 44.31 31.12 3.79 -
YUV 139.18 51.72 205.62 -
System Red Green Blue C M Y K H S L
Decimal 248 110 4 0 0.56 0.98 0.03 26.07 0.97 0.49
Hex F8 6E 4 0 38 62 3 1A 61 31
Octal 370 156 4 0 70 142 3 32 141 61
Binary 11111000 1101110 100 0 111000 1100010 11 11010 1100001 110001

Color Harmonies of #F86E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86E04

Black with #F86E04

Text Example


Text Example

White with #F86E04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86E04; }

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

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

background-color css

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

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

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

border-color css

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

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

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