Html Css Color HEX #FDFB6B Laser Lemon

📋 copy color: '#FDFB6B'

red 253 ◦ green 251 ◦ blue 107

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

Shades of Laser Lemon #FDFB6B

Tints of Laser Lemon #FDFB6B

RGB

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

 GREEN value IS 251 (98.44% from 255) = 41.08%

 BLUE value IS 107 (42.19% from 255) = 17.51%

R = 41.41%
G = 41.08%
B = 17.51%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FDFB6B (or 0xFDFB6B) is known color: Laser Lemon. HEX triplet: FD, FB and 6B. RGB value is (253,251,107). Sum of RGB (Red+Green+Blue) = 253+251+107=611 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.41% from 611); Green value is 251 (98.44% from 255 or 41.08% from 611); Blue value is 107 (42.19% from 255 or 17.51% from 611); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFB6B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDFB6B is #020494. Grayscale: #EBEBEB. Windows color (decimal): -132245 or 7076861. OLE color: 7076861.

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

Color convert

RGB 253 251 107 -
CMYK 0 0.01 0.58 0.01
HSL 59.18º 0.97% 0.71% -
HSV(B) 59.18º 0.58% 0.99% -
XYZ 77.66 90.94 27.37 -
YUV 235.18 55.66 140.71 -
System Red Green Blue C M Y K H S L
Decimal 253 251 107 0 0.01 0.58 0.01 59.18 0.97 0.71
Hex FD FB 6B 0 1 3A 1 3B 61 47
Octal 375 373 153 0 1 72 1 73 141 107
Binary 11111101 11111011 1101011 0 1 111010 1 111011 1100001 1000111

Color Harmonies of #FDFB6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFB6B

Black with #FDFB6B

Text Example


Text Example

White with #FDFB6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFB6B; }

 p { color: rgb(253,251,107); }

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

background-color css

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

 a { background-color: rgb(253,251,107); }

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

border-color css

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

 span { border-color: rgb(253,251,107); }

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