Html Css Color HEX #FCEA14 Lemon

📋 copy color: '#FCEA14'

red 252 ◦ green 234 ◦ blue 20

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

Shades of Lemon #FCEA14

Tints of Lemon #FCEA14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 3.95%

R = 49.8%
G = 46.25%
B = 3.95%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FCEA14 (or 0xFCEA14) is known color: Lemon. HEX triplet: FC, EA and 14. RGB value is (252,234,20). Sum of RGB (Red+Green+Blue) = 252+234+20=506 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.80% from 506); Green value is 234 (91.80% from 255 or 46.25% from 506); Blue value is 20 (8.20% from 255 or 3.95% from 506); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEA14 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCEA14 is #0315EB. Grayscale: #D7D7D7. Windows color (decimal): -202220 or 1370876. OLE color: 1370876.

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

Color convert

RGB 252 234 20 -
CMYK 0 0.07 0.92 0.01
HSL 55.34º 0.97% 0.53% -
HSV(B) 55.34º 0.92% 0.99% -
XYZ 69.69 79.59 12.35 -
YUV 214.99 17.96 154.4 -
System Red Green Blue C M Y K H S L
Decimal 252 234 20 0 0.07 0.92 0.01 55.34 0.97 0.53
Hex FC EA 14 0 7 5C 1 37 61 35
Octal 374 352 24 0 7 134 1 67 141 65
Binary 11111100 11101010 10100 0 111 1011100 1 110111 1100001 110101

Color Harmonies of #FCEA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEA14

Black with #FCEA14

Text Example


Text Example

White with #FCEA14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEA14; }

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

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

background-color css

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

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

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

border-color css

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

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

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