Html Css Color HEX #F8680D Safety Orange

📋 copy color: '#F8680D'

red 248 ◦ green 104 ◦ blue 13

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

Shades of Safety Orange #F8680D

Tints of Safety Orange #F8680D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.56%

R = 67.95%
G = 28.49%
B = 3.56%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#F8680D (or 0xF8680D) is known color: Safety Orange. HEX triplet: F8, 68 and 0D. RGB value is (248,104,13). Sum of RGB (Red+Green+Blue) = 248+104+13=365 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.95% from 365); Green value is 104 (41.02% from 255 or 28.49% from 365); Blue value is 13 (5.47% from 255 or 3.56% from 365); Max value from RGB is 248 - color contains mainly: red. Hex color #F8680D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F8680D is #0797F2. Grayscale: #898989. Windows color (decimal): -497651 or 878840. OLE color: 878840.

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

Color convert

RGB 248 104 13 -
CMYK 0 0.58 0.95 0.03
HSL 23.23º 0.94% 0.51% -
HSV(B) 23.23º 0.95% 0.97% -
XYZ 43.73 29.89 3.84 -
YUV 136.68 58.21 207.4 -
System Red Green Blue C M Y K H S L
Decimal 248 104 13 0 0.58 0.95 0.03 23.23 0.94 0.51
Hex F8 68 D 0 3A 5F 3 17 5E 33
Octal 370 150 15 0 72 137 3 27 136 63
Binary 11111000 1101000 1101 0 111010 1011111 11 10111 1011110 110011

Color Harmonies of #F8680D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8680D

Black with #F8680D

Text Example


Text Example

White with #F8680D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8680D; }

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

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

background-color css

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

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

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

border-color css

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

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

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