Html Css Color HEX #FDF565 Laser Lemon

📋 copy color: '#FDF565'

red 253 ◦ green 245 ◦ blue 101

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

Shades of Laser Lemon #FDF565

Tints of Laser Lemon #FDF565

RGB

 RED value IS 253 (99.22% from 255) = 42.24%

 GREEN value IS 245 (96.09% from 255) = 40.9%

 BLUE value IS 101 (39.84% from 255) = 16.86%

R = 42.24%
G = 40.9%
B = 16.86%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FDF565 (or 0xFDF565) is known color: Laser Lemon. HEX triplet: FD, F5 and 65. RGB value is (253,245,101). Sum of RGB (Red+Green+Blue) = 253+245+101=599 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.24% from 599); Green value is 245 (96.09% from 255 or 40.90% from 599); Blue value is 101 (39.84% from 255 or 16.86% from 599); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF565 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF565 is #020A9A. Grayscale: #E7E7E7. Windows color (decimal): -133787 or 6682109. OLE color: 6682109.

HSL color Cylindrical-coordinate representation of color #FDF565: hue angle of 56.84º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FDF565 is Cyan = 0, Magento = 0.03, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 245 101 -
CMYK 0 0.03 0.60 0.01
HSL 56.84º 0.97% 0.69% -
HSV(B) 56.84º 0.6% 0.99% -
XYZ 75.51 87.13 25.15 -
YUV 230.98 54.65 143.71 -
System Red Green Blue C M Y K H S L
Decimal 253 245 101 0 0.03 0.60 0.01 56.84 0.97 0.69
Hex FD F5 65 0 3 3C 1 39 61 45
Octal 375 365 145 0 3 74 1 71 141 105
Binary 11111101 11110101 1100101 0 11 111100 1 111001 1100001 1000101

Color Harmonies of #FDF565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF565

Black with #FDF565

Text Example


Text Example

White with #FDF565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF565; }

 p { color: rgb(253,245,101); }

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

background-color css

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

 a { background-color: rgb(253,245,101); }

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

border-color css

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

 span { border-color: rgb(253,245,101); }

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