Html Css Color HEX #FCEE14 Lemon

📋 copy color: '#FCEE14'

red 252 ◦ green 238 ◦ blue 20

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

Shades of Lemon #FCEE14

Tints of Lemon #FCEE14

RGB

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

 GREEN value IS 238 (93.36% from 255) = 46.67%

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

R = 49.41%
G = 46.67%
B = 3.92%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FCEE14 (or 0xFCEE14) is known color: Lemon. HEX triplet: FC, EE and 14. RGB value is (252,238,20). Sum of RGB (Red+Green+Blue) = 252+238+20=510 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.41% from 510); Green value is 238 (93.36% from 255 or 46.67% from 510); Blue value is 20 (8.20% from 255 or 3.92% from 510); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEE14 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCEE14 is #0311EB. Grayscale: #DADADA. Windows color (decimal): -201196 or 1371900. OLE color: 1371900.

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

Color convert

RGB 252 238 20 -
CMYK 0 0.06 0.92 0.01
HSL 56.38º 0.97% 0.53% -
HSV(B) 56.38º 0.92% 0.99% -
XYZ 70.85 81.9 12.74 -
YUV 217.33 16.64 152.73 -
System Red Green Blue C M Y K H S L
Decimal 252 238 20 0 0.06 0.92 0.01 56.38 0.97 0.53
Hex FC EE 14 0 6 5C 1 38 61 35
Octal 374 356 24 0 6 134 1 70 141 65
Binary 11111100 11101110 10100 0 110 1011100 1 111000 1100001 110101

Color Harmonies of #FCEE14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEE14

Black with #FCEE14

Text Example


Text Example

White with #FCEE14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEE14; }

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

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

background-color css

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

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

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

border-color css

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

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

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