Html Css Color HEX #FCDC0F Lemon

📋 copy color: '#FCDC0F'

red 252 ◦ green 220 ◦ blue 15

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

Shades of Lemon #FCDC0F

Tints of Lemon #FCDC0F

RGB

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

 GREEN value IS 220 (86.33% from 255) = 45.17%

 BLUE value IS 15 (6.25% from 255) = 3.08%

R = 51.75%
G = 45.17%
B = 3.08%

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

#FCDC0F (or 0xFCDC0F) is known color: Lemon. HEX triplet: FC, DC and 0F. RGB value is (252,220,15). Sum of RGB (Red+Green+Blue) = 252+220+15=487 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.75% from 487); Green value is 220 (86.33% from 255 or 45.17% from 487); Blue value is 15 (6.25% from 255 or 3.08% from 487); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDC0F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCDC0F is #0323F0. Grayscale: #CFCFCF. Windows color (decimal): -205809 or 1039612. OLE color: 1039612.

HSL color Cylindrical-coordinate representation of color #FCDC0F: hue angle of 51.9º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FCDC0F is Cyan = 0, Magento = 0.13, Yellow = 0.94 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 220 15 -
CMYK 0 0.13 0.94 0.01
HSL 51.9º 0.98% 0.52% -
HSV(B) 51.9º 0.94% 0.99% -
XYZ 65.82 71.92 10.86 -
YUV 206.2 20.1 160.67 -
System Red Green Blue C M Y K H S L
Decimal 252 220 15 0 0.13 0.94 0.01 51.9 0.98 0.52
Hex FC DC F 0 D 5E 1 34 62 34
Octal 374 334 17 0 15 136 1 64 142 64
Binary 11111100 11011100 1111 0 1101 1011110 1 110100 1100010 110100

Color Harmonies of #FCDC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDC0F

Black with #FCDC0F

Text Example


Text Example

White with #FCDC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDC0F; }

 p { color: rgb(252,220,15); }

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

background-color css

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

 a { background-color: rgb(252,220,15); }

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

border-color css

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

 span { border-color: rgb(252,220,15); }

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