Html Css Color HEX #FDF961 Laser Lemon

📋 copy color: '#FDF961'

red 253 ◦ green 249 ◦ blue 97

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

Shades of Laser Lemon #FDF961

Tints of Laser Lemon #FDF961

RGB

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

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

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

R = 42.24%
G = 41.57%
B = 16.19%

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

#FDF961 (or 0xFDF961) is known color: Laser Lemon. HEX triplet: FD, F9 and 61. RGB value is (253,249,97). Sum of RGB (Red+Green+Blue) = 253+249+97=599 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.24% from 599); Green value is 249 (97.66% from 255 or 41.57% from 599); Blue value is 97 (38.28% from 255 or 16.19% from 599); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF961 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF961 is #02069E. Grayscale: #E9E9E9. Windows color (decimal): -132767 or 6420989. OLE color: 6420989.

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

Color convert

RGB 253 249 97 -
CMYK 0 0.02 0.62 0.01
HSL 58.46º 0.98% 0.69% -
HSV(B) 58.46º 0.62% 0.99% -
XYZ 76.54 89.5 24.55 -
YUV 232.87 51.33 142.36 -
System Red Green Blue C M Y K H S L
Decimal 253 249 97 0 0.02 0.62 0.01 58.46 0.98 0.69
Hex FD F9 61 0 2 3E 1 3A 62 45
Octal 375 371 141 0 2 76 1 72 142 105
Binary 11111101 11111001 1100001 0 10 111110 1 111010 1100010 1000101

Color Harmonies of #FDF961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF961

Black with #FDF961

Text Example


Text Example

White with #FDF961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF961; }

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

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

background-color css

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

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

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

border-color css

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

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

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