Html Css Color HEX #F8680F Safety Orange

📋 copy color: '#F8680F'

red 248 ◦ green 104 ◦ blue 15

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

Shades of Safety Orange #F8680F

Tints of Safety Orange #F8680F

RGB

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

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

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

R = 67.57%
G = 28.34%
B = 4.09%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#F8680F (or 0xF8680F) is known color: Safety Orange. HEX triplet: F8, 68 and 0F. RGB value is (248,104,15). Sum of RGB (Red+Green+Blue) = 248+104+15=367 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.57% from 367); Green value is 104 (41.02% from 255 or 28.34% from 367); Blue value is 15 (6.25% from 255 or 4.09% from 367); Max value from RGB is 248 - color contains mainly: red. Hex color #F8680F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F8680F is #0797F0. Grayscale: #898989. Windows color (decimal): -497649 or 1009912. OLE color: 1009912.

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

Color convert

RGB 248 104 15 -
CMYK 0 0.58 0.94 0.03
HSL 22.92º 0.94% 0.52% -
HSV(B) 22.92º 0.94% 0.97% -
XYZ 43.75 29.89 3.92 -
YUV 136.91 59.21 207.24 -
System Red Green Blue C M Y K H S L
Decimal 248 104 15 0 0.58 0.94 0.03 22.92 0.94 0.52
Hex F8 68 F 0 3A 5E 3 17 5E 34
Octal 370 150 17 0 72 136 3 27 136 64
Binary 11111000 1101000 1111 0 111010 1011110 11 10111 1011110 110100

Color Harmonies of #F8680F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8680F

Black with #F8680F

Text Example


Text Example

White with #F8680F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8680F; }

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

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

background-color css

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

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

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

border-color css

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

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

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