Html Css Color HEX #FDFB68 Laser Lemon

📋 copy color: '#FDFB68'

red 253 ◦ green 251 ◦ blue 104

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

Shades of Laser Lemon #FDFB68

Tints of Laser Lemon #FDFB68

RGB

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

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

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

R = 41.61%
G = 41.28%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.59

 K value IS 0.01

RGB Variations

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

Color information

#FDFB68 (or 0xFDFB68) is known color: Laser Lemon. HEX triplet: FD, FB and 68. RGB value is (253,251,104). Sum of RGB (Red+Green+Blue) = 253+251+104=608 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.61% from 608); Green value is 251 (98.44% from 255 or 41.28% from 608); Blue value is 104 (41.02% from 255 or 17.11% from 608); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFB68 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDFB68 is #020497. Grayscale: #EBEBEB. Windows color (decimal): -132248 or 6880253. OLE color: 6880253.

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

Color convert

RGB 253 251 104 -
CMYK 0 0.01 0.59 0.01
HSL 59.19º 0.97% 0.7% -
HSV(B) 59.19º 0.59% 0.99% -
XYZ 77.5 90.88 26.55 -
YUV 234.84 54.16 140.95 -
System Red Green Blue C M Y K H S L
Decimal 253 251 104 0 0.01 0.59 0.01 59.19 0.97 0.7
Hex FD FB 68 0 1 3B 1 3B 61 46
Octal 375 373 150 0 1 73 1 73 141 106
Binary 11111101 11111011 1101000 0 1 111011 1 111011 1100001 1000110

Color Harmonies of #FDFB68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFB68

Black with #FDFB68

Text Example


Text Example

White with #FDFB68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFB68; }

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

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

background-color css

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

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

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

border-color css

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

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

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