Html Css Color HEX #FADE1D Lemon

📋 copy color: '#FADE1D'

red 250 ◦ green 222 ◦ blue 29

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

Shades of Lemon #FADE1D

Tints of Lemon #FADE1D

RGB

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

 GREEN value IS 222 (87.11% from 255) = 44.31%

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

R = 49.9%
G = 44.31%
B = 5.79%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FADE1D (or 0xFADE1D) is known color: Lemon. HEX triplet: FA, DE and 1D. RGB value is (250,222,29). Sum of RGB (Red+Green+Blue) = 250+222+29=501 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.90% from 501); Green value is 222 (87.11% from 255 or 44.31% from 501); Blue value is 29 (11.72% from 255 or 5.79% from 501); Max value from RGB is 250 - color contains mainly: red. Hex color #FADE1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADE1D is #0521E2. Grayscale: #D1D1D1. Windows color (decimal): -336355 or 1957626. OLE color: 1957626.

HSL color Cylindrical-coordinate representation of color #FADE1D: hue angle of 52.4º 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 #FADE1D is Cyan = 0, Magento = 0.11, Yellow = 0.88 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 222 29 -
CMYK 0 0.11 0.88 0.02
HSL 52.4º 0.96% 0.55% -
HSV(B) 52.4º 0.88% 0.98% -
XYZ 65.77 72.66 11.72 -
YUV 208.37 26.78 157.69 -
System Red Green Blue C M Y K H S L
Decimal 250 222 29 0 0.11 0.88 0.02 52.4 0.96 0.55
Hex FA DE 1D 0 B 58 2 34 60 37
Octal 372 336 35 0 13 130 2 64 140 67
Binary 11111010 11011110 11101 0 1011 1011000 10 110100 1100000 110111

Color Harmonies of #FADE1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADE1D

Black with #FADE1D

Text Example


Text Example

White with #FADE1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADE1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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