Html Css Color HEX #FCF222 Lemon

📋 copy color: '#FCF222'

red 252 ◦ green 242 ◦ blue 34

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

Shades of Lemon #FCF222

Tints of Lemon #FCF222

RGB

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

 GREEN value IS 242 (94.92% from 255) = 45.83%

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

R = 47.73%
G = 45.83%
B = 6.44%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FCF222 (or 0xFCF222) is known color: Lemon. HEX triplet: FC, F2 and 22. RGB value is (252,242,34). Sum of RGB (Red+Green+Blue) = 252+242+34=528 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.73% from 528); Green value is 242 (94.92% from 255 or 45.83% from 528); Blue value is 34 (13.67% from 255 or 6.44% from 528); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF222 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF222 is #030DDD. Grayscale: #DEDEDE. Windows color (decimal): -200158 or 2290428. OLE color: 2290428.

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

Color convert

RGB 252 242 34 -
CMYK 0 0.04 0.87 0.01
HSL 57.25º 0.97% 0.56% -
HSV(B) 57.25º 0.87% 0.99% -
XYZ 72.19 84.32 13.98 -
YUV 221.28 22.31 149.91 -
System Red Green Blue C M Y K H S L
Decimal 252 242 34 0 0.04 0.87 0.01 57.25 0.97 0.56
Hex FC F2 22 0 4 57 1 39 61 38
Octal 374 362 42 0 4 127 1 71 141 70
Binary 11111100 11110010 100010 0 100 1010111 1 111001 1100001 111000

Color Harmonies of #FCF222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF222

Black with #FCF222

Text Example


Text Example

White with #FCF222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF222; }

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

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

background-color css

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

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

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

border-color css

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

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

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