Html Css Color HEX #FCC900 Tangerine Yellow

📋 copy color: '#FCC900'

red 252 ◦ green 201 ◦ blue 0

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

Shades of Tangerine Yellow #FCC900

Tints of Tangerine Yellow #FCC900

RGB

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

 GREEN value IS 201 (78.91% from 255) = 44.37%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 55.63%
G = 44.37%
B = 0%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FCC900 (or 0xFCC900) is known color: Tangerine Yellow. HEX triplet: FC, C9 and 00. RGB value is (252,201,0). Sum of RGB (Red+Green+Blue) = 252+201+0=453 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.63% from 453); Green value is 201 (78.91% from 255 or 44.37% from 453); Blue value is 0 (0.39% from 255 or 0% from 453); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC900 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC900 is #0336FF. Grayscale: #C2C2C2. Windows color (decimal): -210688 or 51708. OLE color: 51708.

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

Color convert

RGB 252 201 0 -
CMYK 0 0.20 1 0.01
HSL 47.86º 1% 0.49% -
HSV(B) 47.86º 1% 0.99% -
XYZ 61.03 62.47 8.84 -
YUV 193.34 18.9 169.84 -
System Red Green Blue C M Y K H S L
Decimal 252 201 0 0 0.20 1 0.01 47.86 1 0.49
Hex FC C9 0 0 14 64 1 30 64 31
Octal 374 311 0 0 24 144 1 60 144 61
Binary 11111100 11001001 0 0 10100 1100100 1 110000 1100100 110001

Color Harmonies of #FCC900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC900

Black with #FCC900

Text Example


Text Example

White with #FCC900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC900; }

 p { color: rgb(252,201,0); }

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

background-color css

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

 a { background-color: rgb(252,201,0); }

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

border-color css

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

 span { border-color: rgb(252,201,0); }

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