#FDF969

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

Shades of Laser Lemon #FDF969

Tints of Laser Lemon #FDF969

Color information

#FDF969 (or 0xFDF969) is unknown color: approx Laser Lemon. HEX triplet: FD, F9 and 69. RGB value is (253,249,105). Sum of RGB (Red+Green+Blue) = 253+249+105=607 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.68% from 607); Green value is 249 (97.66% from 255 or 41.02% from 607); Blue value is 105 (41.41% from 255 or 17.30% from 607); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF969 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF969 is #020696. Grayscale: #EAEAEA. Windows color (decimal): -132759 or 6945277. OLE color: 6945277.

HSL color Cylindrical-coordinate representation of color #FDF969: hue angle of 58.38º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FDF969 is Cyan = 0, Magento = 0.02, Yellow = 0.58 and Black (K on CMYK) = 0.01.

Color convert

RGB253249105-
CMYK00.020.580.01
HSL58.38º97.37%70.2%-
HSV(B)58.38º58.5%99.22%-
XYZ76.9389.6526.61-
YUV233.7855.33141.71-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.68%
GREEN value IS 249 (97.66% from 255) = 41.02%
BLUE value IS 105 (41.41% from 255) = 17.30%
R=41.68%
G=41.02%
B=17.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.58
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324910500.020.580.0158.3897.3770.2
HexFDF969023A13a6146
Octal3753711510272172141106
Binary11111101111110011101001010111010111101011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF969; }

 p { color: rgb(253,249,105); }

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

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

 a { background-color: rgb(253,249,105); }

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

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

 span { border-color: rgb(253,249,105); }

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