Html Css Color HEX #FCDA10 Lemon

📋 copy color: '#FCDA10'

red 252 ◦ green 218 ◦ blue 16

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

Shades of Lemon #FCDA10

Tints of Lemon #FCDA10

RGB

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

 GREEN value IS 218 (85.55% from 255) = 44.86%

 BLUE value IS 16 (6.64% from 255) = 3.29%

R = 51.85%
G = 44.86%
B = 3.29%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FCDA10 (or 0xFCDA10) is known color: Lemon. HEX triplet: FC, DA and 10. RGB value is (252,218,16). Sum of RGB (Red+Green+Blue) = 252+218+16=486 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.85% from 486); Green value is 218 (85.55% from 255 or 44.86% from 486); Blue value is 16 (6.64% from 255 or 3.29% from 486); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDA10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCDA10 is #0325EF. Grayscale: #CDCDCD. Windows color (decimal): -206320 or 1104636. OLE color: 1104636.

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

Color convert

RGB 252 218 16 -
CMYK 0 0.13 0.94 0.01
HSL 51.36º 0.98% 0.53% -
HSV(B) 51.36º 0.94% 0.99% -
XYZ 65.31 70.88 10.73 -
YUV 205.14 21.26 161.43 -
System Red Green Blue C M Y K H S L
Decimal 252 218 16 0 0.13 0.94 0.01 51.36 0.98 0.53
Hex FC DA 10 0 D 5E 1 33 62 35
Octal 374 332 20 0 15 136 1 63 142 65
Binary 11111100 11011010 10000 0 1101 1011110 1 110011 1100010 110101

Color Harmonies of #FCDA10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDA10

Black with #FCDA10

Text Example


Text Example

White with #FCDA10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDA10; }

 p { color: rgb(252,218,16); }

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

background-color css

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

 a { background-color: rgb(252,218,16); }

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

border-color css

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

 span { border-color: rgb(252,218,16); }

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