Html Css Color HEX #F8680A Safety Orange

📋 copy color: '#F8680A'

red 248 ◦ green 104 ◦ blue 10

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

Shades of Safety Orange #F8680A

Tints of Safety Orange #F8680A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.76%

R = 68.51%
G = 28.73%
B = 2.76%

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

#F8680A (or 0xF8680A) is known color: Safety Orange. HEX triplet: F8, 68 and 0A. RGB value is (248,104,10). Sum of RGB (Red+Green+Blue) = 248+104+10=362 (47% of max value = 765). Red value is 248 (97.27% from 255 or 68.51% from 362); Green value is 104 (41.02% from 255 or 28.73% from 362); Blue value is 10 (4.30% from 255 or 2.76% from 362); Max value from RGB is 248 - color contains mainly: red. Hex color #F8680A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F8680A is #0797F5. Grayscale: #888888. Windows color (decimal): -497654 or 682232. OLE color: 682232.

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

Color convert

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

Color Harmonies of #F8680A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8680A

Black with #F8680A

Text Example


Text Example

White with #F8680A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8680A; }

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

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

background-color css

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

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

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

border-color css

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

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

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