Html Css Color HEX #FCF00D Lemon

📋 copy color: '#FCF00D'

red 252 ◦ green 240 ◦ blue 13

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

Shades of Lemon #FCF00D

Tints of Lemon #FCF00D

RGB

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

 GREEN value IS 240 (94.14% from 255) = 47.52%

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

R = 49.9%
G = 47.52%
B = 2.57%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FCF00D (or 0xFCF00D) is known color: Lemon. HEX triplet: FC, F0 and 0D. RGB value is (252,240,13). Sum of RGB (Red+Green+Blue) = 252+240+13=505 (66% of max value = 765). Red value is 252 (98.83% from 255 or 49.90% from 505); Green value is 240 (94.14% from 255 or 47.52% from 505); Blue value is 13 (5.47% from 255 or 2.57% from 505); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF00D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCF00D is #030FF2. Grayscale: #DADADA. Windows color (decimal): -200691 or 913660. OLE color: 913660.

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

Color convert

RGB 252 240 13 -
CMYK 0 0.05 0.95 0.01
HSL 56.99º 0.98% 0.52% -
HSV(B) 56.99º 0.95% 0.99% -
XYZ 71.38 83.04 12.65 -
YUV 217.71 12.48 152.46 -
System Red Green Blue C M Y K H S L
Decimal 252 240 13 0 0.05 0.95 0.01 56.99 0.98 0.52
Hex FC F0 D 0 5 5F 1 39 62 34
Octal 374 360 15 0 5 137 1 71 142 64
Binary 11111100 11110000 1101 0 101 1011111 1 111001 1100010 110100

Color Harmonies of #FCF00D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF00D

Black with #FCF00D

Text Example


Text Example

White with #FCF00D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF00D; }

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

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

background-color css

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

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

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

border-color css

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

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

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