Html Css Color HEX #FCCC11 Tangerine Yellow

📋 copy color: '#FCCC11'

red 252 ◦ green 204 ◦ blue 17

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

Shades of Tangerine Yellow #FCCC11

Tints of Tangerine Yellow #FCCC11

RGB

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

 GREEN value IS 204 (80.08% from 255) = 43.13%

 BLUE value IS 17 (7.03% from 255) = 3.59%

R = 53.28%
G = 43.13%
B = 3.59%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FCCC11 (or 0xFCCC11) is known color: Tangerine Yellow. HEX triplet: FC, CC and 11. RGB value is (252,204,17). Sum of RGB (Red+Green+Blue) = 252+204+17=473 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.28% from 473); Green value is 204 (80.08% from 255 or 43.13% from 473); Blue value is 17 (7.03% from 255 or 3.59% from 473); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCC11 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCCC11 is #0333EE. Grayscale: #C5C5C5. Windows color (decimal): -209903 or 1166588. OLE color: 1166588.

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

Color convert

RGB 252 204 17 -
CMYK 0 0.19 0.93 0.01
HSL 47.74º 0.98% 0.53% -
HSV(B) 47.74º 0.93% 0.99% -
XYZ 61.84 63.92 9.61 -
YUV 197.03 26.4 167.21 -
System Red Green Blue C M Y K H S L
Decimal 252 204 17 0 0.19 0.93 0.01 47.74 0.98 0.53
Hex FC CC 11 0 13 5D 1 30 62 35
Octal 374 314 21 0 23 135 1 60 142 65
Binary 11111100 11001100 10001 0 10011 1011101 1 110000 1100010 110101

Color Harmonies of #FCCC11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCC11

Black with #FCCC11

Text Example


Text Example

White with #FCCC11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCC11; }

 p { color: rgb(252,204,17); }

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

background-color css

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

 a { background-color: rgb(252,204,17); }

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

border-color css

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

 span { border-color: rgb(252,204,17); }

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