Html Css Color HEX #FCEF1A Lemon

📋 copy color: '#FCEF1A'

red 252 ◦ green 239 ◦ blue 26

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

Shades of Lemon #FCEF1A

Tints of Lemon #FCEF1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 5.03%

R = 48.74%
G = 46.23%
B = 5.03%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FCEF1A (or 0xFCEF1A) is known color: Lemon. HEX triplet: FC, EF and 1A. RGB value is (252,239,26). Sum of RGB (Red+Green+Blue) = 252+239+26=517 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.74% from 517); Green value is 239 (93.75% from 255 or 46.23% from 517); Blue value is 26 (10.55% from 255 or 5.03% from 517); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEF1A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCEF1A is #0310E5. Grayscale: #DBDBDB. Windows color (decimal): -200934 or 1765372. OLE color: 1765372.

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

Color convert

RGB 252 239 26 -
CMYK 0 0.05 0.90 0.01
HSL 56.55º 0.97% 0.55% -
HSV(B) 56.55º 0.9% 0.99% -
XYZ 71.2 82.5 13.15 -
YUV 218.61 19.31 151.82 -
System Red Green Blue C M Y K H S L
Decimal 252 239 26 0 0.05 0.90 0.01 56.55 0.97 0.55
Hex FC EF 1A 0 5 5A 1 39 61 37
Octal 374 357 32 0 5 132 1 71 141 67
Binary 11111100 11101111 11010 0 101 1011010 1 111001 1100001 110111

Color Harmonies of #FCEF1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEF1A

Black with #FCEF1A

Text Example


Text Example

White with #FCEF1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEF1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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