Html Css Color HEX #FDF76B Laser Lemon

📋 copy color: '#FDF76B'

red 253 ◦ green 247 ◦ blue 107

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

Shades of Laser Lemon #FDF76B

Tints of Laser Lemon #FDF76B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 17.63%

R = 41.68%
G = 40.69%
B = 17.63%

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

#FDF76B (or 0xFDF76B) is known color: Laser Lemon. HEX triplet: FD, F7 and 6B. RGB value is (253,247,107). Sum of RGB (Red+Green+Blue) = 253+247+107=607 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.68% from 607); Green value is 247 (96.88% from 255 or 40.69% from 607); Blue value is 107 (42.19% from 255 or 17.63% from 607); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF76B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF76B is #020894. Grayscale: #E9E9E9. Windows color (decimal): -133269 or 7075837. OLE color: 7075837.

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

Color convert

RGB 253 247 107 -
CMYK 0 0.02 0.58 0.01
HSL 57.53º 0.97% 0.71% -
HSV(B) 57.53º 0.58% 0.99% -
XYZ 76.42 88.47 26.96 -
YUV 232.83 56.99 142.38 -
System Red Green Blue C M Y K H S L
Decimal 253 247 107 0 0.02 0.58 0.01 57.53 0.97 0.71
Hex FD F7 6B 0 2 3A 1 3A 61 47
Octal 375 367 153 0 2 72 1 72 141 107
Binary 11111101 11110111 1101011 0 10 111010 1 111010 1100001 1000111

Color Harmonies of #FDF76B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF76B

Black with #FDF76B

Text Example


Text Example

White with #FDF76B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF76B; }

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

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

background-color css

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

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

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

border-color css

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

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

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