Html Css Color HEX #F8600A Safety Orange

📋 copy color: '#F8600A'

red 248 ◦ green 96 ◦ blue 10

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

Shades of Safety Orange #F8600A

Tints of Safety Orange #F8600A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.82%

R = 70.06%
G = 27.12%
B = 2.82%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.96

 K value IS 0.03

RGB Variations

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

Color information

#F8600A (or 0xF8600A) is known color: Safety Orange. HEX triplet: F8, 60 and 0A. RGB value is (248,96,10). Sum of RGB (Red+Green+Blue) = 248+96+10=354 (46% of max value = 765). Red value is 248 (97.27% from 255 or 70.06% from 354); Green value is 96 (37.89% from 255 or 27.12% from 354); Blue value is 10 (4.30% from 255 or 2.82% from 354); Max value from RGB is 248 - color contains mainly: red. Hex color #F8600A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F8600A is #079FF5. Grayscale: #848484. Windows color (decimal): -499702 or 680184. OLE color: 680184.

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

Color convert

RGB 248 96 10 -
CMYK 0 0.61 0.96 0.03
HSL 21.68º 0.94% 0.51% -
HSV(B) 21.68º 0.96% 0.97% -
XYZ 42.95 28.34 3.49 -
YUV 131.64 59.36 210.99 -
System Red Green Blue C M Y K H S L
Decimal 248 96 10 0 0.61 0.96 0.03 21.68 0.94 0.51
Hex F8 60 A 0 3D 60 3 16 5E 33
Octal 370 140 12 0 75 140 3 26 136 63
Binary 11111000 1100000 1010 0 111101 1100000 11 10110 1011110 110011

Color Harmonies of #F8600A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8600A

Black with #F8600A

Text Example


Text Example

White with #F8600A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8600A; }

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

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

background-color css

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

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

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

border-color css

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

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

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