Html Css Color HEX #FCE222 Lemon

📋 copy color: '#FCE222'

red 252 ◦ green 226 ◦ blue 34

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

Shades of Lemon #FCE222

Tints of Lemon #FCE222

RGB

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

 GREEN value IS 226 (88.67% from 255) = 44.14%

 BLUE value IS 34 (13.67% from 255) = 6.64%

R = 49.22%
G = 44.14%
B = 6.64%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FCE222 (or 0xFCE222) is known color: Lemon. HEX triplet: FC, E2 and 22. RGB value is (252,226,34). Sum of RGB (Red+Green+Blue) = 252+226+34=512 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.22% from 512); Green value is 226 (88.67% from 255 or 44.14% from 512); Blue value is 34 (13.67% from 255 or 6.64% from 512); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE222 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCE222 is #031DDD. Grayscale: #D4D4D4. Windows color (decimal): -204254 or 2286332. OLE color: 2286332.

HSL color Cylindrical-coordinate representation of color #FCE222: hue angle of 52.84º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FCE222 is Cyan = 0, Magento = 0.10, Yellow = 0.87 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 226 34 -
CMYK 0 0.10 0.87 0.01
HSL 52.84º 0.97% 0.56% -
HSV(B) 52.84º 0.87% 0.99% -
XYZ 67.63 75.2 12.46 -
YUV 211.89 27.61 156.61 -
System Red Green Blue C M Y K H S L
Decimal 252 226 34 0 0.10 0.87 0.01 52.84 0.97 0.56
Hex FC E2 22 0 A 57 1 35 61 38
Octal 374 342 42 0 12 127 1 65 141 70
Binary 11111100 11100010 100010 0 1010 1010111 1 110101 1100001 111000

Color Harmonies of #FCE222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE222

Black with #FCE222

Text Example


Text Example

White with #FCE222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE222; }

 p { color: rgb(252,226,34); }

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

background-color css

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

 a { background-color: rgb(252,226,34); }

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

border-color css

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

 span { border-color: rgb(252,226,34); }

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