Html Css Color HEX #FCE61A Lemon

📋 copy color: '#FCE61A'

red 252 ◦ green 230 ◦ blue 26

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

Shades of Lemon #FCE61A

Tints of Lemon #FCE61A

RGB

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

 GREEN value IS 230 (90.23% from 255) = 45.28%

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

R = 49.61%
G = 45.28%
B = 5.12%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FCE61A (or 0xFCE61A) is known color: Lemon. HEX triplet: FC, E6 and 1A. RGB value is (252,230,26). Sum of RGB (Red+Green+Blue) = 252+230+26=508 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.61% from 508); Green value is 230 (90.23% from 255 or 45.28% from 508); Blue value is 26 (10.55% from 255 or 5.12% from 508); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE61A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCE61A is #0319E5. Grayscale: #D6D6D6. Windows color (decimal): -203238 or 1763068. OLE color: 1763068.

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

Color convert

RGB 252 230 26 -
CMYK 0 0.09 0.90 0.01
HSL 54.16º 0.97% 0.55% -
HSV(B) 54.16º 0.9% 0.99% -
XYZ 68.63 77.36 12.29 -
YUV 213.32 22.29 155.59 -
System Red Green Blue C M Y K H S L
Decimal 252 230 26 0 0.09 0.90 0.01 54.16 0.97 0.55
Hex FC E6 1A 0 9 5A 1 36 61 37
Octal 374 346 32 0 11 132 1 66 141 67
Binary 11111100 11100110 11010 0 1001 1011010 1 110110 1100001 110111

Color Harmonies of #FCE61A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE61A

Black with #FCE61A

Text Example


Text Example

White with #FCE61A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE61A; }

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

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

background-color css

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

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

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

border-color css

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

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

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