Html Css Color HEX #FDFC6C Laser Lemon

📋 copy color: '#FDFC6C'

red 253 ◦ green 252 ◦ blue 108

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

Shades of Laser Lemon #FDFC6C

Tints of Laser Lemon #FDFC6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 17.62%

R = 41.27%
G = 41.11%
B = 17.62%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FDFC6C (or 0xFDFC6C) is known color: Laser Lemon. HEX triplet: FD, FC and 6C. RGB value is (253,252,108). Sum of RGB (Red+Green+Blue) = 253+252+108=613 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.27% from 613); Green value is 252 (98.83% from 255 or 41.11% from 613); Blue value is 108 (42.58% from 255 or 17.62% from 613); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFC6C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDFC6C is #020393. Grayscale: #ECECEC. Windows color (decimal): -131988 or 7142653. OLE color: 7142653.

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

Color convert

RGB 253 252 108 -
CMYK 0 0.00 0.57 0.01
HSL 59.59º 0.97% 0.71% -
HSV(B) 59.59º 0.57% 0.99% -
XYZ 78.03 91.59 27.75 -
YUV 235.88 55.83 140.21 -
System Red Green Blue C M Y K H S L
Decimal 253 252 108 0 0.00 0.57 0.01 59.59 0.97 0.71
Hex FD FC 6C 0 0 39 1 3C 61 47
Octal 375 374 154 0 0 71 1 74 141 107
Binary 11111101 11111100 1101100 0 0 111001 1 111100 1100001 1000111

Color Harmonies of #FDFC6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFC6C

Black with #FDFC6C

Text Example


Text Example

White with #FDFC6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFC6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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