Html Css Color HEX #FDF764 Laser Lemon

📋 copy color: '#FDF764'

red 253 ◦ green 247 ◦ blue 100

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

Shades of Laser Lemon #FDF764

Tints of Laser Lemon #FDF764

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 16.67%

R = 42.17%
G = 41.17%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FDF764 (or 0xFDF764) is known color: Laser Lemon. HEX triplet: FD, F7 and 64. RGB value is (253,247,100). Sum of RGB (Red+Green+Blue) = 253+247+100=600 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.17% from 600); Green value is 247 (96.88% from 255 or 41.17% from 600); Blue value is 100 (39.45% from 255 or 16.67% from 600); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF764 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF764 is #02089B. Grayscale: #E8E8E8. Windows color (decimal): -133276 or 6617085. OLE color: 6617085.

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

Color convert

RGB 253 247 100 -
CMYK 0 0.02 0.60 0.01
HSL 57.65º 0.97% 0.69% -
HSV(B) 57.65º 0.6% 0.99% -
XYZ 76.07 88.32 25.1 -
YUV 232.04 53.49 142.95 -
System Red Green Blue C M Y K H S L
Decimal 253 247 100 0 0.02 0.60 0.01 57.65 0.97 0.69
Hex FD F7 64 0 2 3C 1 3A 61 45
Octal 375 367 144 0 2 74 1 72 141 105
Binary 11111101 11110111 1100100 0 10 111100 1 111010 1100001 1000101

Color Harmonies of #FDF764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF764

Black with #FDF764

Text Example


Text Example

White with #FDF764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF764; }

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

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

background-color css

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

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

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

border-color css

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

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

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