Html Css Color HEX #F6660C Safety Orange

📋 copy color: '#F6660C'

red 246 ◦ green 102 ◦ blue 12

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

Shades of Safety Orange #F6660C

Tints of Safety Orange #F6660C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.33%

R = 68.33%
G = 28.33%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#F6660C (or 0xF6660C) is known color: Safety Orange. HEX triplet: F6, 66 and 0C. RGB value is (246,102,12). Sum of RGB (Red+Green+Blue) = 246+102+12=360 (47% of max value = 765). Red value is 246 (96.48% from 255 or 68.33% from 360); Green value is 102 (40.23% from 255 or 28.33% from 360); Blue value is 12 (5.08% from 255 or 3.33% from 360); Max value from RGB is 246 - color contains mainly: red. Hex color #F6660C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F6660C is #0999F3. Grayscale: #878787. Windows color (decimal): -629236 or 812790. OLE color: 812790.

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

Color convert

RGB 246 102 12 -
CMYK 0 0.59 0.95 0.04
HSL 23.08º 0.93% 0.51% -
HSV(B) 23.08º 0.95% 0.96% -
XYZ 42.82 29.12 3.71 -
YUV 134.8 58.71 207.32 -
System Red Green Blue C M Y K H S L
Decimal 246 102 12 0 0.59 0.95 0.04 23.08 0.93 0.51
Hex F6 66 C 0 3B 5F 4 17 5D 33
Octal 366 146 14 0 73 137 4 27 135 63
Binary 11110110 1100110 1100 0 111011 1011111 100 10111 1011101 110011

Color Harmonies of #F6660C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6660C

Black with #F6660C

Text Example


Text Example

White with #F6660C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6660C; }

 p { color: rgb(246,102,12); }

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

background-color css

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

 a { background-color: rgb(246,102,12); }

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

border-color css

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

 span { border-color: rgb(246,102,12); }

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