Html Css Color HEX #FCDD1B Lemon

📋 copy color: '#FCDD1B'

red 252 ◦ green 221 ◦ blue 27

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

Shades of Lemon #FCDD1B

Tints of Lemon #FCDD1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 5.4%

R = 50.4%
G = 44.2%
B = 5.4%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FCDD1B (or 0xFCDD1B) is known color: Lemon. HEX triplet: FC, DD and 1B. RGB value is (252,221,27). Sum of RGB (Red+Green+Blue) = 252+221+27=500 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.4% from 500); Green value is 221 (86.72% from 255 or 44.2% from 500); Blue value is 27 (10.94% from 255 or 5.4% from 500); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDD1B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDD1B is #0322E4. Grayscale: #D0D0D0. Windows color (decimal): -205541 or 1826300. OLE color: 1826300.

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

Color convert

RGB 252 221 27 -
CMYK 0 0.12 0.89 0.01
HSL 51.73º 0.97% 0.55% -
HSV(B) 51.73º 0.89% 0.99% -
XYZ 66.2 72.49 11.54 -
YUV 208.15 25.77 159.27 -
System Red Green Blue C M Y K H S L
Decimal 252 221 27 0 0.12 0.89 0.01 51.73 0.97 0.55
Hex FC DD 1B 0 C 59 1 34 61 37
Octal 374 335 33 0 14 131 1 64 141 67
Binary 11111100 11011101 11011 0 1100 1011001 1 110100 1100001 110111

Color Harmonies of #FCDD1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDD1B

Black with #FCDD1B

Text Example


Text Example

White with #FCDD1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDD1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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