#FDFC67

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

Shades of Laser Lemon #FDFC67

Tints of Laser Lemon #FDFC67

Color information

#FDFC67 (or 0xFDFC67) is unknown color: approx Laser Lemon. HEX triplet: FD, FC and 67. RGB value is (253,252,103). Sum of RGB (Red+Green+Blue) = 253+252+103=608 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.61% from 608); Green value is 252 (98.83% from 255 or 41.45% from 608); Blue value is 103 (40.62% from 255 or 16.94% from 608); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFC67 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDFC67 is #020398. Grayscale: #EBEBEB. Windows color (decimal): -131993 or 6814973. OLE color: 6814973.

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

Color convert

RGB253252103-
CMYK00.000.590.01
HSL59.6º97.4%69.8%-
HSV(B)59.6º59.29%99.22%-
XYZ77.7791.4826.39-
YUV235.3153.33140.62-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.61%
GREEN value IS 252 (98.83% from 255) = 41.45%
BLUE value IS 103 (40.62% from 255) = 16.94%
R=41.61%
G=41.45%
B=16.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.59
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25325210300.000.590.0159.697.469.8
HexFDFC67003B13c6146
Octal3753741470073174141106
Binary1111110111111100110011100111011111110011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFC67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFC67; }

 p { color: rgb(253,252,103); }

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

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

 a { background-color: rgb(253,252,103); }

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

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

 span { border-color: rgb(253,252,103); }

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