Html Css Color HEX #FCC800 Tangerine Yellow

📋 copy color: '#FCC800'

red 252 ◦ green 200 ◦ blue 0

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

Shades of Tangerine Yellow #FCC800

Tints of Tangerine Yellow #FCC800

RGB

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

 GREEN value IS 200 (78.52% from 255) = 44.25%

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

R = 55.75%
G = 44.25%
B = 0%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FCC800 (or 0xFCC800) is known color: Tangerine Yellow. HEX triplet: FC, C8 and 00. RGB value is (252,200,0). Sum of RGB (Red+Green+Blue) = 252+200+0=452 (59% of max value = 765). Red value is 252 (98.83% from 255 or 55.75% from 452); Green value is 200 (78.52% from 255 or 44.25% from 452); Blue value is 0 (0.39% from 255 or 0% from 452); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC800 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC800 is #0337FF. Grayscale: #C1C1C1. Windows color (decimal): -210944 or 51452. OLE color: 51452.

HSL color Cylindrical-coordinate representation of color #FCC800: hue angle of 47.62º 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 #FCC800 is Cyan = 0, Magento = 0.21, Yellow = 1 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 200 0 -
CMYK 0 0.21 1 0.01
HSL 47.62º 1% 0.49% -
HSV(B) 47.62º 1% 0.99% -
XYZ 60.8 62 8.76 -
YUV 192.75 19.23 170.26 -
System Red Green Blue C M Y K H S L
Decimal 252 200 0 0 0.21 1 0.01 47.62 1 0.49
Hex FC C8 0 0 15 64 1 30 64 31
Octal 374 310 0 0 25 144 1 60 144 61
Binary 11111100 11001000 0 0 10101 1100100 1 110000 1100100 110001

Color Harmonies of #FCC800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC800

Black with #FCC800

Text Example


Text Example

White with #FCC800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC800; }

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

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

background-color css

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

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

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

border-color css

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

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

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