Html Css Color HEX #FC660E Safety Orange

📋 copy color: '#FC660E'

red 252 ◦ green 102 ◦ blue 14

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

Shades of Safety Orange #FC660E

Tints of Safety Orange #FC660E

RGB

 RED value IS 252 (98.83% from 255) = 68.48%

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

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

R = 68.48%
G = 27.72%
B = 3.8%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FC660E (or 0xFC660E) is known color: Safety Orange. HEX triplet: FC, 66 and 0E. RGB value is (252,102,14). Sum of RGB (Red+Green+Blue) = 252+102+14=368 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.48% from 368); Green value is 102 (40.23% from 255 or 27.72% from 368); Blue value is 14 (5.86% from 255 or 3.80% from 368); Max value from RGB is 252 - color contains mainly: red. Hex color #FC660E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC660E is #0399F1. Grayscale: #898989. Windows color (decimal): -236018 or 943868. OLE color: 943868.

HSL color Cylindrical-coordinate representation of color #FC660E: hue angle of 22.18º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FC660E is Cyan = 0, Magento = 0.60, Yellow = 0.94 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 102 14 -
CMYK 0 0.60 0.94 0.01
HSL 22.18º 0.98% 0.52% -
HSV(B) 22.18º 0.94% 0.99% -
XYZ 44.98 30.23 3.88 -
YUV 136.82 58.7 210.16 -
System Red Green Blue C M Y K H S L
Decimal 252 102 14 0 0.60 0.94 0.01 22.18 0.98 0.52
Hex FC 66 E 0 3C 5E 1 16 62 34
Octal 374 146 16 0 74 136 1 26 142 64
Binary 11111100 1100110 1110 0 111100 1011110 1 10110 1100010 110100

Color Harmonies of #FC660E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC660E

Black with #FC660E

Text Example


Text Example

White with #FC660E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC660E; }

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

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

background-color css

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

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

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

border-color css

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

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

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