Html Css Color HEX #FCDF1C Lemon

📋 copy color: '#FCDF1C'

red 252 ◦ green 223 ◦ blue 28

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

Shades of Lemon #FCDF1C

Tints of Lemon #FCDF1C

RGB

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

 GREEN value IS 223 (87.5% from 255) = 44.33%

 BLUE value IS 28 (11.33% from 255) = 5.57%

R = 50.1%
G = 44.33%
B = 5.57%

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

#FCDF1C (or 0xFCDF1C) is known color: Lemon. HEX triplet: FC, DF and 1C. RGB value is (252,223,28). Sum of RGB (Red+Green+Blue) = 252+223+28=503 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.10% from 503); Green value is 223 (87.5% from 255 or 44.33% from 503); Blue value is 28 (11.33% from 255 or 5.57% from 503); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDF1C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDF1C is #0320E3. Grayscale: #D2D2D2. Windows color (decimal): -205028 or 1892348. OLE color: 1892348.

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

Color convert

RGB 252 223 28 -
CMYK 0 0.12 0.89 0.01
HSL 52.23º 0.97% 0.55% -
HSV(B) 52.23º 0.89% 0.99% -
XYZ 66.74 73.55 11.78 -
YUV 209.44 25.61 158.36 -
System Red Green Blue C M Y K H S L
Decimal 252 223 28 0 0.12 0.89 0.01 52.23 0.97 0.55
Hex FC DF 1C 0 C 59 1 34 61 37
Octal 374 337 34 0 14 131 1 64 141 67
Binary 11111100 11011111 11100 0 1100 1011001 1 110100 1100001 110111

Color Harmonies of #FCDF1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDF1C

Black with #FCDF1C

Text Example


Text Example

White with #FCDF1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDF1C; }

 p { color: rgb(252,223,28); }

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

background-color css

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

 a { background-color: rgb(252,223,28); }

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

border-color css

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

 span { border-color: rgb(252,223,28); }

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