Html Css Color HEX #F8610F Safety Orange

📋 copy color: '#F8610F'

red 248 ◦ green 97 ◦ blue 15

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

Shades of Safety Orange #F8610F

Tints of Safety Orange #F8610F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.94%

 BLUE value IS 15 (6.25% from 255) = 4.17%

R = 68.89%
G = 26.94%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#F8610F (or 0xF8610F) is known color: Safety Orange. HEX triplet: F8, 61 and 0F. RGB value is (248,97,15). Sum of RGB (Red+Green+Blue) = 248+97+15=360 (47% of max value = 765). Red value is 248 (97.27% from 255 or 68.89% from 360); Green value is 97 (38.28% from 255 or 26.94% from 360); Blue value is 15 (6.25% from 255 or 4.17% from 360); Max value from RGB is 248 - color contains mainly: red. Hex color #F8610F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F8610F is #079EF0. Grayscale: #858585. Windows color (decimal): -499441 or 1008120. OLE color: 1008120.

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

Color convert

RGB 248 97 15 -
CMYK 0 0.61 0.94 0.03
HSL 21.12º 0.94% 0.52% -
HSV(B) 21.12º 0.94% 0.97% -
XYZ 43.07 28.54 3.69 -
YUV 132.8 61.53 210.17 -
System Red Green Blue C M Y K H S L
Decimal 248 97 15 0 0.61 0.94 0.03 21.12 0.94 0.52
Hex F8 61 F 0 3D 5E 3 15 5E 34
Octal 370 141 17 0 75 136 3 25 136 64
Binary 11111000 1100001 1111 0 111101 1011110 11 10101 1011110 110100

Color Harmonies of #F8610F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8610F

Black with #F8610F

Text Example


Text Example

White with #F8610F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8610F; }

 p { color: rgb(248,97,15); }

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

background-color css

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

 a { background-color: rgb(248,97,15); }

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

border-color css

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

 span { border-color: rgb(248,97,15); }

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