Html Css Color HEX #FDF962 Laser Lemon

📋 copy color: '#FDF962'

red 253 ◦ green 249 ◦ blue 98

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

Shades of Laser Lemon #FDF962

Tints of Laser Lemon #FDF962

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 16.33%

R = 42.17%
G = 41.5%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.61

 K value IS 0.01

RGB Variations

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

Color information

#FDF962 (or 0xFDF962) is known color: Laser Lemon. HEX triplet: FD, F9 and 62. RGB value is (253,249,98). Sum of RGB (Red+Green+Blue) = 253+249+98=600 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.17% from 600); Green value is 249 (97.66% from 255 or 41.5% from 600); Blue value is 98 (38.67% from 255 or 16.33% from 600); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF962 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF962 is #02069D. Grayscale: #E9E9E9. Windows color (decimal): -132766 or 6486525. OLE color: 6486525.

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

Color convert

RGB 253 249 98 -
CMYK 0 0.02 0.61 0.01
HSL 58.45º 0.97% 0.69% -
HSV(B) 58.45º 0.61% 0.99% -
XYZ 76.59 89.52 24.8 -
YUV 232.98 51.83 142.28 -
System Red Green Blue C M Y K H S L
Decimal 253 249 98 0 0.02 0.61 0.01 58.45 0.97 0.69
Hex FD F9 62 0 2 3D 1 3A 61 45
Octal 375 371 142 0 2 75 1 72 141 105
Binary 11111101 11111001 1100010 0 10 111101 1 111010 1100001 1000101

Color Harmonies of #FDF962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF962

Black with #FDF962

Text Example


Text Example

White with #FDF962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF962; }

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

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

background-color css

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

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

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

border-color css

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

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

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