Html Css Color HEX #FCDD0D Lemon

📋 copy color: '#FCDD0D'

red 252 ◦ green 221 ◦ blue 13

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

Shades of Lemon #FCDD0D

Tints of Lemon #FCDD0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.67%

R = 51.85%
G = 45.47%
B = 2.67%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FCDD0D (or 0xFCDD0D) is known color: Lemon. HEX triplet: FC, DD and 0D. RGB value is (252,221,13). Sum of RGB (Red+Green+Blue) = 252+221+13=486 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.85% from 486); Green value is 221 (86.72% from 255 or 45.47% from 486); Blue value is 13 (5.47% from 255 or 2.67% from 486); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDD0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCDD0D is #0322F2. Grayscale: #CFCFCF. Windows color (decimal): -205555 or 908796. OLE color: 908796.

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

Color convert

RGB 252 221 13 -
CMYK 0 0.12 0.95 0.01
HSL 52.22º 0.98% 0.52% -
HSV(B) 52.22º 0.95% 0.99% -
XYZ 66.07 72.44 10.88 -
YUV 206.56 18.77 160.41 -
System Red Green Blue C M Y K H S L
Decimal 252 221 13 0 0.12 0.95 0.01 52.22 0.98 0.52
Hex FC DD D 0 C 5F 1 34 62 34
Octal 374 335 15 0 14 137 1 64 142 64
Binary 11111100 11011101 1101 0 1100 1011111 1 110100 1100010 110100

Color Harmonies of #FCDD0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDD0D

Black with #FCDD0D

Text Example


Text Example

White with #FCDD0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDD0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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