Html Css Color HEX #F8660E Safety Orange

📋 copy color: '#F8660E'

red 248 ◦ green 102 ◦ blue 14

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

Shades of Safety Orange #F8660E

Tints of Safety Orange #F8660E

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.02%

 BLUE value IS 14 (5.86% from 255) = 3.85%

R = 68.13%
G = 28.02%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#F8660E (or 0xF8660E) is known color: Safety Orange. HEX triplet: F8, 66 and 0E. RGB value is (248,102,14). Sum of RGB (Red+Green+Blue) = 248+102+14=364 (48% of max value = 765). Red value is 248 (97.27% from 255 or 68.13% from 364); Green value is 102 (40.23% from 255 or 28.02% from 364); Blue value is 14 (5.86% from 255 or 3.85% from 364); Max value from RGB is 248 - color contains mainly: red. Hex color #F8660E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F8660E is #0799F1. Grayscale: #888888. Windows color (decimal): -498162 or 943864. OLE color: 943864.

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

Color convert

RGB 248 102 14 -
CMYK 0 0.59 0.94 0.03
HSL 22.56º 0.94% 0.51% -
HSV(B) 22.56º 0.94% 0.97% -
XYZ 43.54 29.49 3.81 -
YUV 135.62 59.37 208.16 -
System Red Green Blue C M Y K H S L
Decimal 248 102 14 0 0.59 0.94 0.03 22.56 0.94 0.51
Hex F8 66 E 0 3B 5E 3 17 5E 33
Octal 370 146 16 0 73 136 3 27 136 63
Binary 11111000 1100110 1110 0 111011 1011110 11 10111 1011110 110011

Color Harmonies of #F8660E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8660E

Black with #F8660E

Text Example


Text Example

White with #F8660E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8660E; }

 p { color: rgb(248,102,14); }

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

background-color css

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

 a { background-color: rgb(248,102,14); }

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

border-color css

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

 span { border-color: rgb(248,102,14); }

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