Html Css Color HEX #FCEA12 Lemon

📋 copy color: '#FCEA12'

red 252 ◦ green 234 ◦ blue 18

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

Shades of Lemon #FCEA12

Tints of Lemon #FCEA12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 3.57%

R = 50%
G = 46.43%
B = 3.57%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FCEA12 (or 0xFCEA12) is known color: Lemon. HEX triplet: FC, EA and 12. RGB value is (252,234,18). Sum of RGB (Red+Green+Blue) = 252+234+18=504 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50% from 504); Green value is 234 (91.80% from 255 or 46.43% from 504); Blue value is 18 (7.42% from 255 or 3.57% from 504); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEA12 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCEA12 is #0315ED. Grayscale: #D7D7D7. Windows color (decimal): -202222 or 1239804. OLE color: 1239804.

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

Color convert

RGB 252 234 18 -
CMYK 0 0.07 0.93 0.01
HSL 55.38º 0.98% 0.53% -
HSV(B) 55.38º 0.93% 0.99% -
XYZ 69.68 79.58 12.26 -
YUV 214.76 16.96 154.56 -
System Red Green Blue C M Y K H S L
Decimal 252 234 18 0 0.07 0.93 0.01 55.38 0.98 0.53
Hex FC EA 12 0 7 5D 1 37 62 35
Octal 374 352 22 0 7 135 1 67 142 65
Binary 11111100 11101010 10010 0 111 1011101 1 110111 1100010 110101

Color Harmonies of #FCEA12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEA12

Black with #FCEA12

Text Example


Text Example

White with #FCEA12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEA12; }

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

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

background-color css

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

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

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

border-color css

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

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

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