Html Css Color HEX #FDF964 Laser Lemon

📋 copy color: '#FDF964'

red 253 ◦ green 249 ◦ blue 100

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

Shades of Laser Lemon #FDF964

Tints of Laser Lemon #FDF964

RGB

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

 GREEN value IS 249 (97.66% from 255) = 41.36%

 BLUE value IS 100 (39.45% from 255) = 16.61%

R = 42.03%
G = 41.36%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FDF964 (or 0xFDF964) is known color: Laser Lemon. HEX triplet: FD, F9 and 64. RGB value is (253,249,100). Sum of RGB (Red+Green+Blue) = 253+249+100=602 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.03% from 602); Green value is 249 (97.66% from 255 or 41.36% from 602); Blue value is 100 (39.45% from 255 or 16.61% from 602); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF964 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF964 is #02069B. Grayscale: #E9E9E9. Windows color (decimal): -132764 or 6617597. OLE color: 6617597.

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

Color convert

RGB 253 249 100 -
CMYK 0 0.02 0.60 0.01
HSL 58.43º 0.97% 0.69% -
HSV(B) 58.43º 0.6% 0.99% -
XYZ 76.68 89.55 25.3 -
YUV 233.21 52.83 142.12 -
System Red Green Blue C M Y K H S L
Decimal 253 249 100 0 0.02 0.60 0.01 58.43 0.97 0.69
Hex FD F9 64 0 2 3C 1 3A 61 45
Octal 375 371 144 0 2 74 1 72 141 105
Binary 11111101 11111001 1100100 0 10 111100 1 111010 1100001 1000101

Color Harmonies of #FDF964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF964

Black with #FDF964

Text Example


Text Example

White with #FDF964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF964; }

 p { color: rgb(253,249,100); }

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

background-color css

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

 a { background-color: rgb(253,249,100); }

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

border-color css

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

 span { border-color: rgb(253,249,100); }

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