Html Css Color HEX #FDF861 Laser Lemon

📋 copy color: '#FDF861'

red 253 ◦ green 248 ◦ blue 97

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

Shades of Laser Lemon #FDF861

Tints of Laser Lemon #FDF861

RGB

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

 GREEN value IS 248 (97.27% from 255) = 41.47%

 BLUE value IS 97 (38.28% from 255) = 16.22%

R = 42.31%
G = 41.47%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#FDF861 (or 0xFDF861) is known color: Laser Lemon. HEX triplet: FD, F8 and 61. RGB value is (253,248,97). Sum of RGB (Red+Green+Blue) = 253+248+97=598 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.31% from 598); Green value is 248 (97.27% from 255 or 41.47% from 598); Blue value is 97 (38.28% from 255 or 16.22% from 598); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF861 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF861 is #02079E. Grayscale: #E8E8E8. Windows color (decimal): -133023 or 6420733. OLE color: 6420733.

HSL color Cylindrical-coordinate representation of color #FDF861: hue angle of 58.08º degrees, saturation: 0.98, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FDF861 is Cyan = 0, Magento = 0.02, Yellow = 0.62 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 248 97 -
CMYK 0 0.02 0.62 0.01
HSL 58.08º 0.98% 0.69% -
HSV(B) 58.08º 0.62% 0.99% -
XYZ 76.23 88.88 24.45 -
YUV 232.28 51.66 142.78 -
System Red Green Blue C M Y K H S L
Decimal 253 248 97 0 0.02 0.62 0.01 58.08 0.98 0.69
Hex FD F8 61 0 2 3E 1 3A 62 45
Octal 375 370 141 0 2 76 1 72 142 105
Binary 11111101 11111000 1100001 0 10 111110 1 111010 1100010 1000101

Color Harmonies of #FDF861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF861

Black with #FDF861

Text Example


Text Example

White with #FDF861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF861; }

 p { color: rgb(253,248,97); }

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

background-color css

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

 a { background-color: rgb(253,248,97); }

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

border-color css

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

 span { border-color: rgb(253,248,97); }

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