Html Css Color HEX #F8690B Safety Orange

📋 copy color: '#F8690B'

red 248 ◦ green 105 ◦ blue 11

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

Shades of Safety Orange #F8690B

Tints of Safety Orange #F8690B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.85%

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

R = 68.13%
G = 28.85%
B = 3.02%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.96

 K value IS 0.03

RGB Variations

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

Color information

#F8690B (or 0xF8690B) is known color: Safety Orange. HEX triplet: F8, 69 and 0B. RGB value is (248,105,11). Sum of RGB (Red+Green+Blue) = 248+105+11=364 (48% of max value = 765). Red value is 248 (97.27% from 255 or 68.13% from 364); Green value is 105 (41.41% from 255 or 28.85% from 364); Blue value is 11 (4.69% from 255 or 3.02% from 364); Max value from RGB is 248 - color contains mainly: red. Hex color #F8690B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F8690B is #0796F4. Grayscale: #898989. Windows color (decimal): -497397 or 748024. OLE color: 748024.

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

Color convert

RGB 248 105 11 -
CMYK 0 0.58 0.96 0.03
HSL 23.8º 0.94% 0.51% -
HSV(B) 23.8º 0.96% 0.97% -
XYZ 43.82 30.08 3.81 -
YUV 137.04 56.88 207.14 -
System Red Green Blue C M Y K H S L
Decimal 248 105 11 0 0.58 0.96 0.03 23.8 0.94 0.51
Hex F8 69 B 0 3A 60 3 18 5E 33
Octal 370 151 13 0 72 140 3 30 136 63
Binary 11111000 1101001 1011 0 111010 1100000 11 11000 1011110 110011

Color Harmonies of #F8690B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8690B

Black with #F8690B

Text Example


Text Example

White with #F8690B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8690B; }

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

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

background-color css

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

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

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

border-color css

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

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

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