Html Css Color HEX #FCDD1E Lemon

📋 copy color: '#FCDD1E'

red 252 ◦ green 221 ◦ blue 30

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

Shades of Lemon #FCDD1E

Tints of Lemon #FCDD1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 5.96%

R = 50.1%
G = 43.94%
B = 5.96%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FCDD1E (or 0xFCDD1E) is known color: Lemon. HEX triplet: FC, DD and 1E. RGB value is (252,221,30). Sum of RGB (Red+Green+Blue) = 252+221+30=503 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.10% from 503); Green value is 221 (86.72% from 255 or 43.94% from 503); Blue value is 30 (12.11% from 255 or 5.96% from 503); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDD1E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDD1E is #0322E1. Grayscale: #D1D1D1. Windows color (decimal): -205538 or 2022908. OLE color: 2022908.

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

Color convert

RGB 252 221 30 -
CMYK 0 0.12 0.88 0.01
HSL 51.62º 0.97% 0.55% -
HSV(B) 51.62º 0.88% 0.99% -
XYZ 66.24 72.5 11.73 -
YUV 208.5 27.27 159.03 -
System Red Green Blue C M Y K H S L
Decimal 252 221 30 0 0.12 0.88 0.01 51.62 0.97 0.55
Hex FC DD 1E 0 C 58 1 34 61 37
Octal 374 335 36 0 14 130 1 64 141 67
Binary 11111100 11011101 11110 0 1100 1011000 1 110100 1100001 110111

Color Harmonies of #FCDD1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDD1E

Black with #FCDD1E

Text Example


Text Example

White with #FCDD1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDD1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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