Html Css Color HEX #FC660A Safety Orange

📋 copy color: '#FC660A'

red 252 ◦ green 102 ◦ blue 10

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

Shades of Safety Orange #FC660A

Tints of Safety Orange #FC660A

RGB

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

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

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

R = 69.23%
G = 28.02%
B = 2.75%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FC660A (or 0xFC660A) is known color: Safety Orange. HEX triplet: FC, 66 and 0A. RGB value is (252,102,10). Sum of RGB (Red+Green+Blue) = 252+102+10=364 (48% of max value = 765). Red value is 252 (98.83% from 255 or 69.23% from 364); Green value is 102 (40.23% from 255 or 28.02% from 364); Blue value is 10 (4.30% from 255 or 2.75% from 364); Max value from RGB is 252 - color contains mainly: red. Hex color #FC660A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC660A is #0399F5. Grayscale: #888888. Windows color (decimal): -236022 or 681724. OLE color: 681724.

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

Color convert

RGB 252 102 10 -
CMYK 0 0.60 0.96 0.01
HSL 22.81º 0.98% 0.51% -
HSV(B) 22.81º 0.96% 0.99% -
XYZ 44.95 30.22 3.75 -
YUV 136.36 56.7 210.48 -
System Red Green Blue C M Y K H S L
Decimal 252 102 10 0 0.60 0.96 0.01 22.81 0.98 0.51
Hex FC 66 A 0 3C 60 1 17 62 33
Octal 374 146 12 0 74 140 1 27 142 63
Binary 11111100 1100110 1010 0 111100 1100000 1 10111 1100010 110011

Color Harmonies of #FC660A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC660A

Black with #FC660A

Text Example


Text Example

White with #FC660A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC660A; }

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

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

background-color css

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

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

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

border-color css

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

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

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