Html Css Color HEX #FCEE1A Lemon

📋 copy color: '#FCEE1A'

red 252 ◦ green 238 ◦ blue 26

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

Shades of Lemon #FCEE1A

Tints of Lemon #FCEE1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 5.04%

R = 48.84%
G = 46.12%
B = 5.04%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FCEE1A (or 0xFCEE1A) is known color: Lemon. HEX triplet: FC, EE and 1A. RGB value is (252,238,26). Sum of RGB (Red+Green+Blue) = 252+238+26=516 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.84% from 516); Green value is 238 (93.36% from 255 or 46.12% from 516); Blue value is 26 (10.55% from 255 or 5.04% from 516); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEE1A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCEE1A is #0311E5. Grayscale: #DADADA. Windows color (decimal): -201190 or 1765116. OLE color: 1765116.

HSL color Cylindrical-coordinate representation of color #FCEE1A: hue angle of 56.28º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FCEE1A is Cyan = 0, Magento = 0.06, Yellow = 0.90 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 238 26 -
CMYK 0 0.06 0.90 0.01
HSL 56.28º 0.97% 0.55% -
HSV(B) 56.28º 0.9% 0.99% -
XYZ 70.91 81.92 13.05 -
YUV 218.02 19.64 152.24 -
System Red Green Blue C M Y K H S L
Decimal 252 238 26 0 0.06 0.90 0.01 56.28 0.97 0.55
Hex FC EE 1A 0 6 5A 1 38 61 37
Octal 374 356 32 0 6 132 1 70 141 67
Binary 11111100 11101110 11010 0 110 1011010 1 111000 1100001 110111

Color Harmonies of #FCEE1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEE1A

Black with #FCEE1A

Text Example


Text Example

White with #FCEE1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEE1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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