Html Css Color HEX #F6600E Safety Orange

📋 copy color: '#F6600E'

red 246 ◦ green 96 ◦ blue 14

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

Shades of Safety Orange #F6600E

Tints of Safety Orange #F6600E

RGB

 RED value IS 246 (96.48% from 255) = 69.1%

 GREEN value IS 96 (37.89% from 255) = 26.97%

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

R = 69.1%
G = 26.97%
B = 3.93%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#F6600E (or 0xF6600E) is known color: Safety Orange. HEX triplet: F6, 60 and 0E. RGB value is (246,96,14). Sum of RGB (Red+Green+Blue) = 246+96+14=356 (47% of max value = 765). Red value is 246 (96.48% from 255 or 69.10% from 356); Green value is 96 (37.89% from 255 or 26.97% from 356); Blue value is 14 (5.86% from 255 or 3.93% from 356); Max value from RGB is 246 - color contains mainly: red. Hex color #F6600E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F6600E is #099FF1. Grayscale: #838383. Windows color (decimal): -630770 or 942326. OLE color: 942326.

HSL color Cylindrical-coordinate representation of color #F6600E: hue angle of 21.21º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F6600E is Cyan = 0, Magento = 0.61, Yellow = 0.94 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 96 14 -
CMYK 0 0.61 0.94 0.04
HSL 21.21º 0.93% 0.51% -
HSV(B) 21.21º 0.94% 0.96% -
XYZ 42.27 27.99 3.59 -
YUV 131.5 61.7 209.67 -
System Red Green Blue C M Y K H S L
Decimal 246 96 14 0 0.61 0.94 0.04 21.21 0.93 0.51
Hex F6 60 E 0 3D 5E 4 15 5D 33
Octal 366 140 16 0 75 136 4 25 135 63
Binary 11110110 1100000 1110 0 111101 1011110 100 10101 1011101 110011

Color Harmonies of #F6600E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6600E

Black with #F6600E

Text Example


Text Example

White with #F6600E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6600E; }

 p { color: rgb(246,96,14); }

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

background-color css

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

 a { background-color: rgb(246,96,14); }

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

border-color css

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

 span { border-color: rgb(246,96,14); }

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