Html Css Color HEX #FCEF20 Lemon

📋 copy color: '#FCEF20'

red 252 ◦ green 239 ◦ blue 32

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

Shades of Lemon #FCEF20

Tints of Lemon #FCEF20

RGB

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

 GREEN value IS 239 (93.75% from 255) = 45.7%

 BLUE value IS 32 (12.89% from 255) = 6.12%

R = 48.18%
G = 45.7%
B = 6.12%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FCEF20 (or 0xFCEF20) is known color: Lemon. HEX triplet: FC, EF and 20. RGB value is (252,239,32). Sum of RGB (Red+Green+Blue) = 252+239+32=523 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.18% from 523); Green value is 239 (93.75% from 255 or 45.70% from 523); Blue value is 32 (12.89% from 255 or 6.12% from 523); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEF20 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCEF20 is #0310DF. Grayscale: #DCDCDC. Windows color (decimal): -200928 or 2158588. OLE color: 2158588.

HSL color Cylindrical-coordinate representation of color #FCEF20: hue angle of 56.45º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FCEF20 is Cyan = 0, Magento = 0.05, Yellow = 0.87 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 239 32 -
CMYK 0 0.05 0.87 0.01
HSL 56.45º 0.97% 0.56% -
HSV(B) 56.45º 0.87% 0.99% -
XYZ 71.27 82.53 13.54 -
YUV 219.29 22.31 151.33 -
System Red Green Blue C M Y K H S L
Decimal 252 239 32 0 0.05 0.87 0.01 56.45 0.97 0.56
Hex FC EF 20 0 5 57 1 38 61 38
Octal 374 357 40 0 5 127 1 70 141 70
Binary 11111100 11101111 100000 0 101 1010111 1 111000 1100001 111000

Color Harmonies of #FCEF20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEF20

Black with #FCEF20

Text Example


Text Example

White with #FCEF20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEF20; }

 p { color: rgb(252,239,32); }

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

background-color css

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

 a { background-color: rgb(252,239,32); }

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

border-color css

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

 span { border-color: rgb(252,239,32); }

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