Html Css Color HEX #FDF95A Laser Lemon

📋 copy color: '#FDF95A'

red 253 ◦ green 249 ◦ blue 90

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

Shades of Laser Lemon #FDF95A

Tints of Laser Lemon #FDF95A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 15.2%

R = 42.74%
G = 42.06%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FDF95A (or 0xFDF95A) is known color: Laser Lemon. HEX triplet: FD, F9 and 5A. RGB value is (253,249,90). Sum of RGB (Red+Green+Blue) = 253+249+90=592 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.74% from 592); Green value is 249 (97.66% from 255 or 42.06% from 592); Blue value is 90 (35.55% from 255 or 15.20% from 592); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF95A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF95A is #0206A5. Grayscale: #E8E8E8. Windows color (decimal): -132774 or 5962237. OLE color: 5962237.

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

Color convert

RGB 253 249 90 -
CMYK 0 0.02 0.64 0.01
HSL 58.53º 0.98% 0.67% -
HSV(B) 58.53º 0.64% 0.99% -
XYZ 76.23 89.37 22.91 -
YUV 232.07 47.83 142.93 -
System Red Green Blue C M Y K H S L
Decimal 253 249 90 0 0.02 0.64 0.01 58.53 0.98 0.67
Hex FD F9 5A 0 2 40 1 3B 62 43
Octal 375 371 132 0 2 100 1 73 142 103
Binary 11111101 11111001 1011010 0 10 1000000 1 111011 1100010 1000011

Color Harmonies of #FDF95A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF95A

Black with #FDF95A

Text Example


Text Example

White with #FDF95A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF95A; }

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

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

background-color css

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

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

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

border-color css

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

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

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