#FDFA12

Color #FDFA12 Lemon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lemon #FDFA12

Tints of Lemon #FDFA12

Color information

#FDFA12 (or 0xFDFA12) is unknown color: approx Lemon. HEX triplet: FD, FA and 12. RGB value is (253,250,18). Sum of RGB (Red+Green+Blue) = 253+250+18=521 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.56% from 521); Green value is 250 (98.05% from 255 or 47.98% from 521); Blue value is 18 (7.42% from 255 or 3.45% from 521); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFA12 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDFA12 is #0205ED. Grayscale: #E1E1E1. Windows color (decimal): -132590 or 1243901. OLE color: 1243901.

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

Color convert

RGB25325018-
CMYK00.010.930.01
HSL59.23º98.33%53.14%-
HSV(B)59.23º92.89%99.22%-
XYZ74.889.313.87-
YUV224.4511.49148.36-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 48.56%
GREEN value IS 250 (98.05% from 255) = 47.98%
BLUE value IS 18 (7.42% from 255) = 3.45%
R=48.56%
G=47.98%
B=3.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.93
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2532501800.010.930.0159.2398.3353.14
HexFDFA12015D13b6235
Octal375372220113517314265
Binary11111101111110101001001101110111110111100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFA12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFA12; }

 p { color: rgb(253,250,18); }

 H1.HeaderClassName
 {
   color: #FDFA12;
 }
 .AnyTagClassName
 {
   color: #FDFA12;
 }
</style>
background-color css

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

 a { background-color: rgb(253,250,18); }

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

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

 span { border-color: rgb(253,250,18); }

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