Html Css Color HEX #FCCC06 Tangerine Yellow

📋 copy color: '#FCCC06'

red 252 ◦ green 204 ◦ blue 6

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

Shades of Tangerine Yellow #FCCC06

Tints of Tangerine Yellow #FCCC06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.3%

R = 54.55%
G = 44.16%
B = 1.3%

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

#FCCC06 (or 0xFCCC06) is known color: Tangerine Yellow. HEX triplet: FC, CC and 06. RGB value is (252,204,6). Sum of RGB (Red+Green+Blue) = 252+204+6=462 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.55% from 462); Green value is 204 (80.08% from 255 or 44.16% from 462); Blue value is 6 (2.73% from 255 or 1.30% from 462); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCC06 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCCC06 is #0333F9. Grayscale: #C4C4C4. Windows color (decimal): -209914 or 445692. OLE color: 445692.

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

Color convert

RGB 252 204 6 -
CMYK 0 0.19 0.98 0.01
HSL 48.29º 0.98% 0.51% -
HSV(B) 48.29º 0.98% 0.99% -
XYZ 61.77 63.89 9.25 -
YUV 195.78 20.9 168.1 -
System Red Green Blue C M Y K H S L
Decimal 252 204 6 0 0.19 0.98 0.01 48.29 0.98 0.51
Hex FC CC 6 0 13 62 1 30 62 33
Octal 374 314 6 0 23 142 1 60 142 63
Binary 11111100 11001100 110 0 10011 1100010 1 110000 1100010 110011

Color Harmonies of #FCCC06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCC06

Black with #FCCC06

Text Example


Text Example

White with #FCCC06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCC06; }

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

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

background-color css

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

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

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

border-color css

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

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

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