Html Css Color HEX #FCCC05 Tangerine Yellow

📋 copy color: '#FCCC05'

red 252 ◦ green 204 ◦ blue 5

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

Shades of Tangerine Yellow #FCCC05

Tints of Tangerine Yellow #FCCC05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.08%

R = 54.66%
G = 44.25%
B = 1.08%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FCCC05 (or 0xFCCC05) is known color: Tangerine Yellow. HEX triplet: FC, CC and 05. RGB value is (252,204,5). Sum of RGB (Red+Green+Blue) = 252+204+5=461 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.66% from 461); Green value is 204 (80.08% from 255 or 44.25% from 461); Blue value is 5 (2.34% from 255 or 1.08% from 461); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCC05 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCCC05 is #0333FA. Grayscale: #C4C4C4. Windows color (decimal): -209915 or 380156. OLE color: 380156.

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

Color convert

RGB 252 204 5 -
CMYK 0 0.19 0.98 0.01
HSL 48.34º 0.98% 0.5% -
HSV(B) 48.34º 0.98% 0.99% -
XYZ 61.77 63.89 9.22 -
YUV 195.67 20.4 168.18 -
System Red Green Blue C M Y K H S L
Decimal 252 204 5 0 0.19 0.98 0.01 48.34 0.98 0.5
Hex FC CC 5 0 13 62 1 30 62 32
Octal 374 314 5 0 23 142 1 60 142 62
Binary 11111100 11001100 101 0 10011 1100010 1 110000 1100010 110010

Color Harmonies of #FCCC05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCC05

Black with #FCCC05

Text Example


Text Example

White with #FCCC05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCC05; }

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

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

background-color css

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

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

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

border-color css

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

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

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