Html Css Color HEX #FCCC0C Tangerine Yellow

📋 copy color: '#FCCC0C'

red 252 ◦ green 204 ◦ blue 12

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

Shades of Tangerine Yellow #FCCC0C

Tints of Tangerine Yellow #FCCC0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.56%

R = 53.85%
G = 43.59%
B = 2.56%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FCCC0C (or 0xFCCC0C) is known color: Tangerine Yellow. HEX triplet: FC, CC and 0C. RGB value is (252,204,12). Sum of RGB (Red+Green+Blue) = 252+204+12=468 (61% of max value = 765). Red value is 252 (98.83% from 255 or 53.85% from 468); Green value is 204 (80.08% from 255 or 43.59% from 468); Blue value is 12 (5.08% from 255 or 2.56% from 468); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCC0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCCC0C is #0333F3. Grayscale: #C5C5C5. Windows color (decimal): -209908 or 838908. OLE color: 838908.

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

Color convert

RGB 252 204 12 -
CMYK 0 0.19 0.95 0.01
HSL 48º 0.98% 0.52% -
HSV(B) 48º 0.95% 0.99% -
XYZ 61.8 63.91 9.43 -
YUV 196.46 23.9 167.61 -
System Red Green Blue C M Y K H S L
Decimal 252 204 12 0 0.19 0.95 0.01 48 0.98 0.52
Hex FC CC C 0 13 5F 1 30 62 34
Octal 374 314 14 0 23 137 1 60 142 64
Binary 11111100 11001100 1100 0 10011 1011111 1 110000 1100010 110100

Color Harmonies of #FCCC0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCC0C

Black with #FCCC0C

Text Example


Text Example

White with #FCCC0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCC0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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