Html Css Color HEX #FCF51E Lemon

📋 copy color: '#FCF51E'

red 252 ◦ green 245 ◦ blue 30

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

Shades of Lemon #FCF51E

Tints of Lemon #FCF51E

RGB

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

 GREEN value IS 245 (96.09% from 255) = 46.49%

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

R = 47.82%
G = 46.49%
B = 5.69%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FCF51E (or 0xFCF51E) is known color: Lemon. HEX triplet: FC, F5 and 1E. RGB value is (252,245,30). Sum of RGB (Red+Green+Blue) = 252+245+30=527 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.82% from 527); Green value is 245 (96.09% from 255 or 46.49% from 527); Blue value is 30 (12.11% from 255 or 5.69% from 527); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF51E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF51E is #030AE1. Grayscale: #DFDFDF. Windows color (decimal): -199394 or 2029052. OLE color: 2029052.

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

Color convert

RGB 252 245 30 -
CMYK 0 0.03 0.88 0.01
HSL 58.11º 0.97% 0.55% -
HSV(B) 58.11º 0.88% 0.99% -
XYZ 73.03 86.09 14 -
YUV 222.58 19.32 148.98 -
System Red Green Blue C M Y K H S L
Decimal 252 245 30 0 0.03 0.88 0.01 58.11 0.97 0.55
Hex FC F5 1E 0 3 58 1 3A 61 37
Octal 374 365 36 0 3 130 1 72 141 67
Binary 11111100 11110101 11110 0 11 1011000 1 111010 1100001 110111

Color Harmonies of #FCF51E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF51E

Black with #FCF51E

Text Example


Text Example

White with #FCF51E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF51E; }

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

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

background-color css

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

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

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

border-color css

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

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

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