Html Css Color HEX #FDF95E Laser Lemon

📋 copy color: '#FDF95E'

red 253 ◦ green 249 ◦ blue 94

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

Shades of Laser Lemon #FDF95E

Tints of Laser Lemon #FDF95E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 15.77%

R = 42.45%
G = 41.78%
B = 15.77%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FDF95E (or 0xFDF95E) is known color: Laser Lemon. HEX triplet: FD, F9 and 5E. RGB value is (253,249,94). Sum of RGB (Red+Green+Blue) = 253+249+94=596 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.45% from 596); Green value is 249 (97.66% from 255 or 41.78% from 596); Blue value is 94 (37.11% from 255 or 15.77% from 596); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF95E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF95E is #0206A1. Grayscale: #E9E9E9. Windows color (decimal): -132770 or 6224381. OLE color: 6224381.

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

Color convert

RGB 253 249 94 -
CMYK 0 0.02 0.63 0.01
HSL 58.49º 0.98% 0.68% -
HSV(B) 58.49º 0.63% 0.99% -
XYZ 76.4 89.44 23.83 -
YUV 232.53 49.83 142.6 -
System Red Green Blue C M Y K H S L
Decimal 253 249 94 0 0.02 0.63 0.01 58.49 0.98 0.68
Hex FD F9 5E 0 2 3F 1 3A 62 44
Octal 375 371 136 0 2 77 1 72 142 104
Binary 11111101 11111001 1011110 0 10 111111 1 111010 1100010 1000100

Color Harmonies of #FDF95E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF95E

Black with #FDF95E

Text Example


Text Example

White with #FDF95E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF95E; }

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

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

background-color css

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

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

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

border-color css

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

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

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