Html Css Color HEX #F86C04 Safety Orange

📋 copy color: '#F86C04'

red 248 ◦ green 108 ◦ blue 4

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

Shades of Safety Orange #F86C04

Tints of Safety Orange #F86C04

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30%

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

R = 68.89%
G = 30%
B = 1.11%

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

#F86C04 (or 0xF86C04) is known color: Safety Orange. HEX triplet: F8, 6C and 04. RGB value is (248,108,4). Sum of RGB (Red+Green+Blue) = 248+108+4=360 (47% of max value = 765). Red value is 248 (97.27% from 255 or 68.89% from 360); Green value is 108 (42.58% from 255 or 30% from 360); Blue value is 4 (1.95% from 255 or 1.11% from 360); Max value from RGB is 248 - color contains mainly: red. Hex color #F86C04 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F86C04 is #0793FB. Grayscale: #8A8A8A. Windows color (decimal): -496636 or 290040. OLE color: 290040.

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

Color convert

RGB 248 108 4 -
CMYK 0 0.56 0.98 0.03
HSL 25.57º 0.97% 0.49% -
HSV(B) 25.57º 0.98% 0.97% -
XYZ 44.1 30.69 3.71 -
YUV 138 52.38 206.46 -
System Red Green Blue C M Y K H S L
Decimal 248 108 4 0 0.56 0.98 0.03 25.57 0.97 0.49
Hex F8 6C 4 0 38 62 3 1A 61 31
Octal 370 154 4 0 70 142 3 32 141 61
Binary 11111000 1101100 100 0 111000 1100010 11 11010 1100001 110001

Color Harmonies of #F86C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86C04

Black with #F86C04

Text Example


Text Example

White with #F86C04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86C04; }

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

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

background-color css

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

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

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

border-color css

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

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

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