Html Css Color HEX #FCD10F Tangerine Yellow

📋 copy color: '#FCD10F'

red 252 ◦ green 209 ◦ blue 15

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

Shades of Tangerine Yellow #FCD10F

Tints of Tangerine Yellow #FCD10F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.15%

R = 52.94%
G = 43.91%
B = 3.15%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FCD10F (or 0xFCD10F) is known color: Tangerine Yellow. HEX triplet: FC, D1 and 0F. RGB value is (252,209,15). Sum of RGB (Red+Green+Blue) = 252+209+15=476 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.94% from 476); Green value is 209 (82.03% from 255 or 43.91% from 476); Blue value is 15 (6.25% from 255 or 3.15% from 476); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD10F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD10F is #032EF0. Grayscale: #C8C8C8. Windows color (decimal): -208625 or 1036796. OLE color: 1036796.

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

Color convert

RGB 252 209 15 -
CMYK 0 0.17 0.94 0.01
HSL 49.11º 0.98% 0.52% -
HSV(B) 49.11º 0.94% 0.99% -
XYZ 63.03 66.33 9.93 -
YUV 199.74 23.75 165.27 -
System Red Green Blue C M Y K H S L
Decimal 252 209 15 0 0.17 0.94 0.01 49.11 0.98 0.52
Hex FC D1 F 0 11 5E 1 31 62 34
Octal 374 321 17 0 21 136 1 61 142 64
Binary 11111100 11010001 1111 0 10001 1011110 1 110001 1100010 110100

Color Harmonies of #FCD10F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD10F

Black with #FCD10F

Text Example


Text Example

White with #FCD10F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD10F; }

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

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

background-color css

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

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

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

border-color css

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

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

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