Html Css Color HEX #FDF76A Laser Lemon

📋 copy color: '#FDF76A'

red 253 ◦ green 247 ◦ blue 106

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

Shades of Laser Lemon #FDF76A

Tints of Laser Lemon #FDF76A

RGB

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

 GREEN value IS 247 (96.88% from 255) = 40.76%

 BLUE value IS 106 (41.8% from 255) = 17.49%

R = 41.75%
G = 40.76%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FDF76A (or 0xFDF76A) is known color: Laser Lemon. HEX triplet: FD, F7 and 6A. RGB value is (253,247,106). Sum of RGB (Red+Green+Blue) = 253+247+106=606 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.75% from 606); Green value is 247 (96.88% from 255 or 40.76% from 606); Blue value is 106 (41.80% from 255 or 17.49% from 606); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF76A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF76A is #020895. Grayscale: #E9E9E9. Windows color (decimal): -133270 or 7010301. OLE color: 7010301.

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

Color convert

RGB 253 247 106 -
CMYK 0 0.02 0.58 0.01
HSL 57.55º 0.97% 0.7% -
HSV(B) 57.55º 0.58% 0.99% -
XYZ 76.37 88.44 26.68 -
YUV 232.72 56.49 142.46 -
System Red Green Blue C M Y K H S L
Decimal 253 247 106 0 0.02 0.58 0.01 57.55 0.97 0.7
Hex FD F7 6A 0 2 3A 1 3A 61 46
Octal 375 367 152 0 2 72 1 72 141 106
Binary 11111101 11110111 1101010 0 10 111010 1 111010 1100001 1000110

Color Harmonies of #FDF76A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF76A

Black with #FDF76A

Text Example


Text Example

White with #FDF76A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF76A; }

 p { color: rgb(253,247,106); }

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

background-color css

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

 a { background-color: rgb(253,247,106); }

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

border-color css

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

 span { border-color: rgb(253,247,106); }

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