Html Css Color HEX #FCDB10 Lemon

📋 copy color: '#FCDB10'

red 252 ◦ green 219 ◦ blue 16

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

Shades of Lemon #FCDB10

Tints of Lemon #FCDB10

RGB

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

 GREEN value IS 219 (85.94% from 255) = 44.97%

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

R = 51.75%
G = 44.97%
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

#FCDB10 (or 0xFCDB10) is known color: Lemon. HEX triplet: FC, DB and 10. RGB value is (252,219,16). Sum of RGB (Red+Green+Blue) = 252+219+16=487 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.75% from 487); Green value is 219 (85.94% from 255 or 44.97% from 487); Blue value is 16 (6.64% from 255 or 3.29% from 487); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDB10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCDB10 is #0324EF. Grayscale: #CECECE. Windows color (decimal): -206064 or 1104892. OLE color: 1104892.

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

Color convert

RGB 252 219 16 -
CMYK 0 0.13 0.94 0.01
HSL 51.61º 0.98% 0.53% -
HSV(B) 51.61º 0.94% 0.99% -
XYZ 65.57 71.4 10.82 -
YUV 205.73 20.93 161.01 -
System Red Green Blue C M Y K H S L
Decimal 252 219 16 0 0.13 0.94 0.01 51.61 0.98 0.53
Hex FC DB 10 0 D 5E 1 34 62 35
Octal 374 333 20 0 15 136 1 64 142 65
Binary 11111100 11011011 10000 0 1101 1011110 1 110100 1100010 110101

Color Harmonies of #FCDB10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDB10

Black with #FCDB10

Text Example


Text Example

White with #FCDB10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDB10; }

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

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

background-color css

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

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

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

border-color css

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

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

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