Html Css Color HEX #FDFC68 Laser Lemon

📋 copy color: '#FDFC68'

red 253 ◦ green 252 ◦ blue 104

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

Shades of Laser Lemon #FDFC68

Tints of Laser Lemon #FDFC68

RGB

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

 GREEN value IS 252 (98.83% from 255) = 41.38%

 BLUE value IS 104 (41.02% from 255) = 17.08%

R = 41.54%
G = 41.38%
B = 17.08%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.59

 K value IS 0.01

RGB Variations

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

Color information

#FDFC68 (or 0xFDFC68) is known color: Laser Lemon. HEX triplet: FD, FC and 68. RGB value is (253,252,104). Sum of RGB (Red+Green+Blue) = 253+252+104=609 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.54% from 609); Green value is 252 (98.83% from 255 or 41.38% from 609); Blue value is 104 (41.02% from 255 or 17.08% from 609); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFC68 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDFC68 is #020397. Grayscale: #ECECEC. Windows color (decimal): -131992 or 6880509. OLE color: 6880509.

HSL color Cylindrical-coordinate representation of color #FDFC68: 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 #FDFC68 is Cyan = 0, Magento = 0.00, Yellow = 0.59 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 252 104 -
CMYK 0 0.00 0.59 0.01
HSL 59.6º 0.97% 0.7% -
HSV(B) 59.6º 0.59% 0.99% -
XYZ 77.82 91.5 26.66 -
YUV 235.43 53.83 140.53 -
System Red Green Blue C M Y K H S L
Decimal 253 252 104 0 0.00 0.59 0.01 59.6 0.97 0.7
Hex FD FC 68 0 0 3B 1 3C 61 46
Octal 375 374 150 0 0 73 1 74 141 106
Binary 11111101 11111100 1101000 0 0 111011 1 111100 1100001 1000110

Color Harmonies of #FDFC68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFC68

Black with #FDFC68

Text Example


Text Example

White with #FDFC68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFC68; }

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

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

background-color css

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

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

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

border-color css

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

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

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