Html Css Color HEX #FAED1D Lemon

📋 copy color: '#FAED1D'

red 250 ◦ green 237 ◦ blue 29

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

Shades of Lemon #FAED1D

Tints of Lemon #FAED1D

RGB

 RED value IS 250 (98.05% from 255) = 48.45%

 GREEN value IS 237 (92.97% from 255) = 45.93%

 BLUE value IS 29 (11.72% from 255) = 5.62%

R = 48.45%
G = 45.93%
B = 5.62%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FAED1D (or 0xFAED1D) is known color: Lemon. HEX triplet: FA, ED and 1D. RGB value is (250,237,29). Sum of RGB (Red+Green+Blue) = 250+237+29=516 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.45% from 516); Green value is 237 (92.97% from 255 or 45.93% from 516); Blue value is 29 (11.72% from 255 or 5.62% from 516); Max value from RGB is 250 - color contains mainly: red. Hex color #FAED1D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAED1D is #0512E2. Grayscale: #DADADA. Windows color (decimal): -332515 or 1961466. OLE color: 1961466.

HSL color Cylindrical-coordinate representation of color #FAED1D: hue angle of 56.47º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FAED1D is Cyan = 0, Magento = 0.05, Yellow = 0.88 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 237 29 -
CMYK 0 0.05 0.88 0.02
HSL 56.47º 0.96% 0.55% -
HSV(B) 56.47º 0.88% 0.98% -
XYZ 69.93 80.98 13.11 -
YUV 217.18 21.81 151.41 -
System Red Green Blue C M Y K H S L
Decimal 250 237 29 0 0.05 0.88 0.02 56.47 0.96 0.55
Hex FA ED 1D 0 5 58 2 38 60 37
Octal 372 355 35 0 5 130 2 70 140 67
Binary 11111010 11101101 11101 0 101 1011000 10 111000 1100000 110111

Color Harmonies of #FAED1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAED1D

Black with #FAED1D

Text Example


Text Example

White with #FAED1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAED1D; }

 p { color: rgb(250,237,29); }

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

background-color css

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

 a { background-color: rgb(250,237,29); }

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

border-color css

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

 span { border-color: rgb(250,237,29); }

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