Html Css Color HEX #FCF50B Lemon

📋 copy color: '#FCF50B'

red 252 ◦ green 245 ◦ blue 11

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

Shades of Lemon #FCF50B

Tints of Lemon #FCF50B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.17%

R = 49.61%
G = 48.23%
B = 2.17%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FCF50B (or 0xFCF50B) is known color: Lemon. HEX triplet: FC, F5 and 0B. RGB value is (252,245,11). Sum of RGB (Red+Green+Blue) = 252+245+11=508 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.61% from 508); Green value is 245 (96.09% from 255 or 48.23% from 508); Blue value is 11 (4.69% from 255 or 2.17% from 508); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF50B is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCF50B is #030AF4. Grayscale: #DDDDDD. Windows color (decimal): -199413 or 783868. OLE color: 783868.

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

Color convert

RGB 252 245 11 -
CMYK 0 0.03 0.96 0.01
HSL 58.26º 0.98% 0.52% -
HSV(B) 58.26º 0.96% 0.99% -
XYZ 72.86 86.02 13.08 -
YUV 220.42 9.82 150.53 -
System Red Green Blue C M Y K H S L
Decimal 252 245 11 0 0.03 0.96 0.01 58.26 0.98 0.52
Hex FC F5 B 0 3 60 1 3A 62 34
Octal 374 365 13 0 3 140 1 72 142 64
Binary 11111100 11110101 1011 0 11 1100000 1 111010 1100010 110100

Color Harmonies of #FCF50B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF50B

Black with #FCF50B

Text Example


Text Example

White with #FCF50B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF50B; }

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

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

background-color css

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

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

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

border-color css

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

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

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