Html Css Color HEX #F87300 Safety Orange

📋 copy color: '#F87300'

red 248 ◦ green 115 ◦ blue 0

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

Shades of Safety Orange #F87300

Tints of Safety Orange #F87300

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 68.32%
G = 31.68%
B = 0%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 1

 K value IS 0.03

RGB Variations

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

Color information

#F87300 (or 0xF87300) is known color: Safety Orange. HEX triplet: F8, 73 and 00. RGB value is (248,115,0). Sum of RGB (Red+Green+Blue) = 248+115+0=363 (48% of max value = 765). Red value is 248 (97.27% from 255 or 68.32% from 363); Green value is 115 (45.31% from 255 or 31.68% from 363); Blue value is 0 (0.39% from 255 or 0% from 363); Max value from RGB is 248 - color contains mainly: red. Hex color #F87300 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F87300 is #078CFF. Grayscale: #8E8E8E. Windows color (decimal): -494848 or 29688. OLE color: 29688.

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

Color convert

RGB 248 115 0 -
CMYK 0 0.54 1 0.03
HSL 27.82º 1% 0.49% -
HSV(B) 27.82º 1% 0.97% -
XYZ 44.84 32.22 3.86 -
YUV 141.66 48.06 203.85 -
System Red Green Blue C M Y K H S L
Decimal 248 115 0 0 0.54 1 0.03 27.82 1 0.49
Hex F8 73 0 0 36 64 3 1C 64 31
Octal 370 163 0 0 66 144 3 34 144 61
Binary 11111000 1110011 0 0 110110 1100100 11 11100 1100100 110001

Color Harmonies of #F87300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87300

Black with #F87300

Text Example


Text Example

White with #F87300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87300; }

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

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

background-color css

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

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

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

border-color css

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

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

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