Html Css Color HEX #F8680B Safety Orange

📋 copy color: '#F8680B'

red 248 ◦ green 104 ◦ blue 11

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

Shades of Safety Orange #F8680B

Tints of Safety Orange #F8680B

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.65%

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

R = 68.32%
G = 28.65%
B = 3.03%

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

#F8680B (or 0xF8680B) is known color: Safety Orange. HEX triplet: F8, 68 and 0B. RGB value is (248,104,11). Sum of RGB (Red+Green+Blue) = 248+104+11=363 (48% of max value = 765). Red value is 248 (97.27% from 255 or 68.32% from 363); Green value is 104 (41.02% from 255 or 28.65% from 363); Blue value is 11 (4.69% from 255 or 3.03% from 363); Max value from RGB is 248 - color contains mainly: red. Hex color #F8680B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F8680B is #0797F4. Grayscale: #888888. Windows color (decimal): -497653 or 747768. OLE color: 747768.

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

Color convert

RGB 248 104 11 -
CMYK 0 0.58 0.96 0.03
HSL 23.54º 0.94% 0.51% -
HSV(B) 23.54º 0.96% 0.97% -
XYZ 43.72 29.88 3.78 -
YUV 136.45 57.21 207.56 -
System Red Green Blue C M Y K H S L
Decimal 248 104 11 0 0.58 0.96 0.03 23.54 0.94 0.51
Hex F8 68 B 0 3A 60 3 18 5E 33
Octal 370 150 13 0 72 140 3 30 136 63
Binary 11111000 1101000 1011 0 111010 1100000 11 11000 1011110 110011

Color Harmonies of #F8680B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8680B

Black with #F8680B

Text Example


Text Example

White with #F8680B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8680B; }

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

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

background-color css

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

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

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

border-color css

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

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

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