Html Css Color HEX #FCEA1A Lemon

📋 copy color: '#FCEA1A'

red 252 ◦ green 234 ◦ blue 26

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

Shades of Lemon #FCEA1A

Tints of Lemon #FCEA1A

RGB

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

 GREEN value IS 234 (91.8% from 255) = 45.7%

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

R = 49.22%
G = 45.7%
B = 5.08%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FCEA1A (or 0xFCEA1A) is known color: Lemon. HEX triplet: FC, EA and 1A. RGB value is (252,234,26). Sum of RGB (Red+Green+Blue) = 252+234+26=512 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.22% from 512); Green value is 234 (91.80% from 255 or 45.70% from 512); Blue value is 26 (10.55% from 255 or 5.08% from 512); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEA1A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCEA1A is #0315E5. Grayscale: #D8D8D8. Windows color (decimal): -202214 or 1764092. OLE color: 1764092.

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

Color convert

RGB 252 234 26 -
CMYK 0 0.07 0.90 0.01
HSL 55.22º 0.97% 0.55% -
HSV(B) 55.22º 0.9% 0.99% -
XYZ 69.75 79.62 12.67 -
YUV 215.67 20.96 153.91 -
System Red Green Blue C M Y K H S L
Decimal 252 234 26 0 0.07 0.90 0.01 55.22 0.97 0.55
Hex FC EA 1A 0 7 5A 1 37 61 37
Octal 374 352 32 0 7 132 1 67 141 67
Binary 11111100 11101010 11010 0 111 1011010 1 110111 1100001 110111

Color Harmonies of #FCEA1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEA1A

Black with #FCEA1A

Text Example


Text Example

White with #FCEA1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEA1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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