Html Css Color HEX #FCDD1A Lemon

📋 copy color: '#FCDD1A'

red 252 ◦ green 221 ◦ blue 26

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

Shades of Lemon #FCDD1A

Tints of Lemon #FCDD1A

RGB

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

 GREEN value IS 221 (86.72% from 255) = 44.29%

 BLUE value IS 26 (10.55% from 255) = 5.21%

R = 50.5%
G = 44.29%
B = 5.21%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FCDD1A (or 0xFCDD1A) is known color: Lemon. HEX triplet: FC, DD and 1A. RGB value is (252,221,26). Sum of RGB (Red+Green+Blue) = 252+221+26=499 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.50% from 499); Green value is 221 (86.72% from 255 or 44.29% from 499); Blue value is 26 (10.55% from 255 or 5.21% from 499); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDD1A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDD1A is #0322E5. Grayscale: #D0D0D0. Windows color (decimal): -205542 or 1760764. OLE color: 1760764.

HSL color Cylindrical-coordinate representation of color #FCDD1A: hue angle of 51.77º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FCDD1A is Cyan = 0, Magento = 0.12, Yellow = 0.90 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 221 26 -
CMYK 0 0.12 0.90 0.01
HSL 51.77º 0.97% 0.55% -
HSV(B) 51.77º 0.9% 0.99% -
XYZ 66.19 72.48 11.48 -
YUV 208.04 25.27 159.36 -
System Red Green Blue C M Y K H S L
Decimal 252 221 26 0 0.12 0.90 0.01 51.77 0.97 0.55
Hex FC DD 1A 0 C 5A 1 34 61 37
Octal 374 335 32 0 14 132 1 64 141 67
Binary 11111100 11011101 11010 0 1100 1011010 1 110100 1100001 110111

Color Harmonies of #FCDD1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDD1A

Black with #FCDD1A

Text Example


Text Example

White with #FCDD1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDD1A; }

 p { color: rgb(252,221,26); }

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

background-color css

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

 a { background-color: rgb(252,221,26); }

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

border-color css

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

 span { border-color: rgb(252,221,26); }

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