Html Css Color HEX #FCEE10 Lemon

📋 copy color: '#FCEE10'

red 252 ◦ green 238 ◦ blue 16

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

Shades of Lemon #FCEE10

Tints of Lemon #FCEE10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.16%

R = 49.8%
G = 47.04%
B = 3.16%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FCEE10 (or 0xFCEE10) is known color: Lemon. HEX triplet: FC, EE and 10. RGB value is (252,238,16). Sum of RGB (Red+Green+Blue) = 252+238+16=506 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.80% from 506); Green value is 238 (93.36% from 255 or 47.04% from 506); Blue value is 16 (6.64% from 255 or 3.16% from 506); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEE10 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCEE10 is #0311EF. Grayscale: #D9D9D9. Windows color (decimal): -201200 or 1109756. OLE color: 1109756.

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

Color convert

RGB 252 238 16 -
CMYK 0 0.06 0.94 0.01
HSL 56.44º 0.98% 0.53% -
HSV(B) 56.44º 0.94% 0.99% -
XYZ 70.81 81.88 12.56 -
YUV 216.88 14.64 153.05 -
System Red Green Blue C M Y K H S L
Decimal 252 238 16 0 0.06 0.94 0.01 56.44 0.98 0.53
Hex FC EE 10 0 6 5E 1 38 62 35
Octal 374 356 20 0 6 136 1 70 142 65
Binary 11111100 11101110 10000 0 110 1011110 1 111000 1100010 110101

Color Harmonies of #FCEE10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEE10

Black with #FCEE10

Text Example


Text Example

White with #FCEE10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEE10; }

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

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

background-color css

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

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

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

border-color css

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

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

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