Html Css Color HEX #FCF40A Lemon

📋 copy color: '#FCF40A'

red 252 ◦ green 244 ◦ blue 10

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

Shades of Lemon #FCF40A

Tints of Lemon #FCF40A

RGB

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

 GREEN value IS 244 (95.7% from 255) = 48.22%

 BLUE value IS 10 (4.3% from 255) = 1.98%

R = 49.8%
G = 48.22%
B = 1.98%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FCF40A (or 0xFCF40A) is known color: Lemon. HEX triplet: FC, F4 and 0A. RGB value is (252,244,10). Sum of RGB (Red+Green+Blue) = 252+244+10=506 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.80% from 506); Green value is 244 (95.70% from 255 or 48.22% from 506); Blue value is 10 (4.30% from 255 or 1.98% from 506); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF40A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCF40A is #030BF5. Grayscale: #DCDCDC. Windows color (decimal): -199670 or 718076. OLE color: 718076.

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

Color convert

RGB 252 244 10 -
CMYK 0 0.03 0.96 0.01
HSL 58.02º 0.98% 0.51% -
HSV(B) 58.02º 0.96% 0.99% -
XYZ 72.55 85.42 12.95 -
YUV 219.72 9.65 151.03 -
System Red Green Blue C M Y K H S L
Decimal 252 244 10 0 0.03 0.96 0.01 58.02 0.98 0.51
Hex FC F4 A 0 3 60 1 3A 62 33
Octal 374 364 12 0 3 140 1 72 142 63
Binary 11111100 11110100 1010 0 11 1100000 1 111010 1100010 110011

Color Harmonies of #FCF40A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF40A

Black with #FCF40A

Text Example


Text Example

White with #FCF40A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF40A; }

 p { color: rgb(252,244,10); }

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

background-color css

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

 a { background-color: rgb(252,244,10); }

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

border-color css

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

 span { border-color: rgb(252,244,10); }

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