Html Css Color HEX #FCD10B Tangerine Yellow

📋 copy color: '#FCD10B'

red 252 ◦ green 209 ◦ blue 11

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

Shades of Tangerine Yellow #FCD10B

Tints of Tangerine Yellow #FCD10B

RGB

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

 GREEN value IS 209 (82.03% from 255) = 44.28%

 BLUE value IS 11 (4.69% from 255) = 2.33%

R = 53.39%
G = 44.28%
B = 2.33%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FCD10B (or 0xFCD10B) is known color: Tangerine Yellow. HEX triplet: FC, D1 and 0B. RGB value is (252,209,11). Sum of RGB (Red+Green+Blue) = 252+209+11=472 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.39% from 472); Green value is 209 (82.03% from 255 or 44.28% from 472); Blue value is 11 (4.69% from 255 or 2.33% from 472); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD10B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD10B is #032EF4. Grayscale: #C8C8C8. Windows color (decimal): -208629 or 774652. OLE color: 774652.

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

Color convert

RGB 252 209 11 -
CMYK 0 0.17 0.96 0.01
HSL 49.29º 0.98% 0.52% -
HSV(B) 49.29º 0.96% 0.99% -
XYZ 63.01 66.32 9.8 -
YUV 199.29 21.75 165.6 -
System Red Green Blue C M Y K H S L
Decimal 252 209 11 0 0.17 0.96 0.01 49.29 0.98 0.52
Hex FC D1 B 0 11 60 1 31 62 34
Octal 374 321 13 0 21 140 1 61 142 64
Binary 11111100 11010001 1011 0 10001 1100000 1 110001 1100010 110100

Color Harmonies of #FCD10B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD10B

Black with #FCD10B

Text Example


Text Example

White with #FCD10B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD10B; }

 p { color: rgb(252,209,11); }

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

background-color css

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

 a { background-color: rgb(252,209,11); }

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

border-color css

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

 span { border-color: rgb(252,209,11); }

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