Html Css Color HEX #F87305 Safety Orange

📋 copy color: '#F87305'

red 248 ◦ green 115 ◦ blue 5

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

Shades of Safety Orange #F87305

Tints of Safety Orange #F87305

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31.25%

 BLUE value IS 5 (2.34% from 255) = 1.36%

R = 67.39%
G = 31.25%
B = 1.36%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.98

 K value IS 0.03

RGB Variations

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

Color information

#F87305 (or 0xF87305) is known color: Safety Orange. HEX triplet: F8, 73 and 05. RGB value is (248,115,5). Sum of RGB (Red+Green+Blue) = 248+115+5=368 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.39% from 368); Green value is 115 (45.31% from 255 or 31.25% from 368); Blue value is 5 (2.34% from 255 or 1.36% from 368); Max value from RGB is 248 - color contains mainly: red. Hex color #F87305 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F87305 is #078CFA. Grayscale: #8E8E8E. Windows color (decimal): -494843 or 357368. OLE color: 357368.

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

Color convert

RGB 248 115 5 -
CMYK 0 0.54 0.98 0.03
HSL 27.16º 0.96% 0.5% -
HSV(B) 27.16º 0.98% 0.97% -
XYZ 44.87 32.23 4 -
YUV 142.23 50.56 203.44 -
System Red Green Blue C M Y K H S L
Decimal 248 115 5 0 0.54 0.98 0.03 27.16 0.96 0.5
Hex F8 73 5 0 36 62 3 1B 60 32
Octal 370 163 5 0 66 142 3 33 140 62
Binary 11111000 1110011 101 0 110110 1100010 11 11011 1100000 110010

Color Harmonies of #F87305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87305

Black with #F87305

Text Example


Text Example

White with #F87305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87305; }

 p { color: rgb(248,115,5); }

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

background-color css

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

 a { background-color: rgb(248,115,5); }

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

border-color css

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

 span { border-color: rgb(248,115,5); }

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