#FFF812

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

Shades of Lemon #FFF812

Tints of Lemon #FFF812

Color information

#FFF812 (or 0xFFF812) is unknown color: approx Lemon. HEX triplet: FF, F8 and 12. RGB value is (255,248,18). Sum of RGB (Red+Green+Blue) = 255+248+18=521 (69% of max value = 765). Red value is 255 (100% from 255 or 48.94% from 521); Green value is 248 (97.27% from 255 or 47.60% from 521); Blue value is 18 (7.42% from 255 or 3.45% from 521); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF812 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFF812 is #0007ED. Grayscale: #E0E0E0. Windows color (decimal): -2030 or 1243391. OLE color: 1243391.

HSL color Cylindrical-coordinate representation of color #FFF812: hue angle of 58.23º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FFF812 is Cyan = 0, Magento = 0.03, Yellow = 0.93 and Black (K on CMYK) = 0.

Color convert

RGB25524818-
CMYK00.030.930
HSL58.23º100%53.53%-
HSV(B)58.23º92.94%100%-
XYZ74.9288.4413.69-
YUV223.8711.82150.2-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.94%
GREEN value IS 248 (97.27% from 255) = 47.60%
BLUE value IS 18 (7.42% from 255) = 3.45%
R=48.94%
G=47.60%
B=3.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.93
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552481800.030.93058.2310053.53
HexFFF812035D03a6436
Octal377370220313507214466
Binary111111111111100010010011101110101110101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF812; }

 p { color: rgb(255,248,18); }

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

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

 a { background-color: rgb(255,248,18); }

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

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

 span { border-color: rgb(255,248,18); }

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