Html Css Color HEX #F87407 Safety Orange

📋 copy color: '#F87407'

red 248 ◦ green 116 ◦ blue 7

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

Shades of Safety Orange #F87407

Tints of Safety Orange #F87407

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.27%

 BLUE value IS 7 (3.13% from 255) = 1.89%

R = 66.85%
G = 31.27%
B = 1.89%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.97

 K value IS 0.03

RGB Variations

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

Color information

#F87407 (or 0xF87407) is known color: Safety Orange. HEX triplet: F8, 74 and 07. RGB value is (248,116,7). Sum of RGB (Red+Green+Blue) = 248+116+7=371 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.85% from 371); Green value is 116 (45.70% from 255 or 31.27% from 371); Blue value is 7 (3.12% from 255 or 1.89% from 371); Max value from RGB is 248 - color contains mainly: red. Hex color #F87407 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F87407 is #078BF8. Grayscale: #8F8F8F. Windows color (decimal): -494585 or 488696. OLE color: 488696.

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

Color convert

RGB 248 116 7 -
CMYK 0 0.53 0.97 0.03
HSL 27.14º 0.95% 0.5% -
HSV(B) 27.14º 0.97% 0.97% -
XYZ 45 32.46 4.1 -
YUV 143.04 51.23 202.86 -
System Red Green Blue C M Y K H S L
Decimal 248 116 7 0 0.53 0.97 0.03 27.14 0.95 0.5
Hex F8 74 7 0 35 61 3 1B 5F 32
Octal 370 164 7 0 65 141 3 33 137 62
Binary 11111000 1110100 111 0 110101 1100001 11 11011 1011111 110010

Color Harmonies of #F87407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87407

Black with #F87407

Text Example


Text Example

White with #F87407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87407; }

 p { color: rgb(248,116,7); }

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

background-color css

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

 a { background-color: rgb(248,116,7); }

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

border-color css

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

 span { border-color: rgb(248,116,7); }

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