Html Css Color HEX #F8610B Safety Orange

📋 copy color: '#F8610B'

red 248 ◦ green 97 ◦ blue 11

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

Shades of Safety Orange #F8610B

Tints of Safety Orange #F8610B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.09%

R = 69.66%
G = 27.25%
B = 3.09%

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

#F8610B (or 0xF8610B) is known color: Safety Orange. HEX triplet: F8, 61 and 0B. RGB value is (248,97,11). Sum of RGB (Red+Green+Blue) = 248+97+11=356 (47% of max value = 765). Red value is 248 (97.27% from 255 or 69.66% from 356); Green value is 97 (38.28% from 255 or 27.25% from 356); Blue value is 11 (4.69% from 255 or 3.09% from 356); Max value from RGB is 248 - color contains mainly: red. Hex color #F8610B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F8610B is #079EF4. Grayscale: #848484. Windows color (decimal): -499445 or 745976. OLE color: 745976.

HSL color Cylindrical-coordinate representation of color #F8610B: hue angle of 21.77º 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 #F8610B is Cyan = 0, Magento = 0.61, Yellow = 0.96 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 97 11 -
CMYK 0 0.61 0.96 0.03
HSL 21.77º 0.94% 0.51% -
HSV(B) 21.77º 0.96% 0.97% -
XYZ 43.05 28.53 3.55 -
YUV 132.35 59.53 210.49 -
System Red Green Blue C M Y K H S L
Decimal 248 97 11 0 0.61 0.96 0.03 21.77 0.94 0.51
Hex F8 61 B 0 3D 60 3 16 5E 33
Octal 370 141 13 0 75 140 3 26 136 63
Binary 11111000 1100001 1011 0 111101 1100000 11 10110 1011110 110011

Color Harmonies of #F8610B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8610B

Black with #F8610B

Text Example


Text Example

White with #F8610B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8610B; }

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

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

background-color css

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

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

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

border-color css

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

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

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