Html Css Color HEX #FCEB12 Lemon

📋 copy color: '#FCEB12'

red 252 ◦ green 235 ◦ blue 18

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

Shades of Lemon #FCEB12

Tints of Lemon #FCEB12

RGB

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

 GREEN value IS 235 (92.19% from 255) = 46.53%

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

R = 49.9%
G = 46.53%
B = 3.56%

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

#FCEB12 (or 0xFCEB12) is known color: Lemon. HEX triplet: FC, EB and 12. RGB value is (252,235,18). Sum of RGB (Red+Green+Blue) = 252+235+18=505 (66% of max value = 765). Red value is 252 (98.83% from 255 or 49.90% from 505); Green value is 235 (92.19% from 255 or 46.53% from 505); Blue value is 18 (7.42% from 255 or 3.56% from 505); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEB12 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCEB12 is #0314ED. Grayscale: #D8D8D8. Windows color (decimal): -201966 or 1240060. OLE color: 1240060.

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

Color convert

RGB 252 235 18 -
CMYK 0 0.07 0.93 0.01
HSL 55.64º 0.98% 0.53% -
HSV(B) 55.64º 0.93% 0.99% -
XYZ 69.96 80.16 12.36 -
YUV 215.35 16.63 154.14 -
System Red Green Blue C M Y K H S L
Decimal 252 235 18 0 0.07 0.93 0.01 55.64 0.98 0.53
Hex FC EB 12 0 7 5D 1 38 62 35
Octal 374 353 22 0 7 135 1 70 142 65
Binary 11111100 11101011 10010 0 111 1011101 1 111000 1100010 110101

Color Harmonies of #FCEB12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEB12

Black with #FCEB12

Text Example


Text Example

White with #FCEB12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEB12; }

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

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

background-color css

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

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

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

border-color css

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

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

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