Html Css Color HEX #FCF00A Lemon

📋 copy color: '#FCF00A'

red 252 ◦ green 240 ◦ blue 10

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

Shades of Lemon #FCF00A

Tints of Lemon #FCF00A

RGB

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

 GREEN value IS 240 (94.14% from 255) = 47.81%

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

R = 50.2%
G = 47.81%
B = 1.99%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FCF00A (or 0xFCF00A) is known color: Lemon. HEX triplet: FC, F0 and 0A. RGB value is (252,240,10). Sum of RGB (Red+Green+Blue) = 252+240+10=502 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.20% from 502); Green value is 240 (94.14% from 255 or 47.81% from 502); Blue value is 10 (4.30% from 255 or 1.99% from 502); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF00A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCF00A is #030FF5. Grayscale: #DADADA. Windows color (decimal): -200694 or 717052. OLE color: 717052.

HSL color Cylindrical-coordinate representation of color #FCF00A: hue angle of 57.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 #FCF00A is Cyan = 0, Magento = 0.05, Yellow = 0.96 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 240 10 -
CMYK 0 0.05 0.96 0.01
HSL 57.02º 0.98% 0.51% -
HSV(B) 57.02º 0.96% 0.99% -
XYZ 71.36 83.04 12.55 -
YUV 217.37 10.98 152.7 -
System Red Green Blue C M Y K H S L
Decimal 252 240 10 0 0.05 0.96 0.01 57.02 0.98 0.51
Hex FC F0 A 0 5 60 1 39 62 33
Octal 374 360 12 0 5 140 1 71 142 63
Binary 11111100 11110000 1010 0 101 1100000 1 111001 1100010 110011

Color Harmonies of #FCF00A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF00A

Black with #FCF00A

Text Example


Text Example

White with #FCF00A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF00A; }

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

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

background-color css

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

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

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

border-color css

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

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

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