Html Css Color HEX #F8600D Safety Orange

📋 copy color: '#F8600D'

red 248 ◦ green 96 ◦ blue 13

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

Shades of Safety Orange #F8600D

Tints of Safety Orange #F8600D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.89%

 BLUE value IS 13 (5.47% from 255) = 3.64%

R = 69.47%
G = 26.89%
B = 3.64%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#F8600D (or 0xF8600D) is known color: Safety Orange. HEX triplet: F8, 60 and 0D. RGB value is (248,96,13). Sum of RGB (Red+Green+Blue) = 248+96+13=357 (47% of max value = 765). Red value is 248 (97.27% from 255 or 69.47% from 357); Green value is 96 (37.89% from 255 or 26.89% from 357); Blue value is 13 (5.47% from 255 or 3.64% from 357); Max value from RGB is 248 - color contains mainly: red. Hex color #F8600D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F8600D is #079FF2. Grayscale: #848484. Windows color (decimal): -499699 or 876792. OLE color: 876792.

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

Color convert

RGB 248 96 13 -
CMYK 0 0.61 0.95 0.03
HSL 21.19º 0.94% 0.51% -
HSV(B) 21.19º 0.95% 0.97% -
XYZ 42.97 28.35 3.59 -
YUV 131.99 60.86 210.75 -
System Red Green Blue C M Y K H S L
Decimal 248 96 13 0 0.61 0.95 0.03 21.19 0.94 0.51
Hex F8 60 D 0 3D 5F 3 15 5E 33
Octal 370 140 15 0 75 137 3 25 136 63
Binary 11111000 1100000 1101 0 111101 1011111 11 10101 1011110 110011

Color Harmonies of #F8600D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8600D

Black with #F8600D

Text Example


Text Example

White with #F8600D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8600D; }

 p { color: rgb(248,96,13); }

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

background-color css

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

 a { background-color: rgb(248,96,13); }

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

border-color css

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

 span { border-color: rgb(248,96,13); }

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