Html Css Color HEX #FADF1D Lemon

📋 copy color: '#FADF1D'

red 250 ◦ green 223 ◦ blue 29

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

Shades of Lemon #FADF1D

Tints of Lemon #FADF1D

RGB

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

 GREEN value IS 223 (87.5% from 255) = 44.42%

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

R = 49.8%
G = 44.42%
B = 5.78%

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

#FADF1D (or 0xFADF1D) is known color: Lemon. HEX triplet: FA, DF and 1D. RGB value is (250,223,29). Sum of RGB (Red+Green+Blue) = 250+223+29=502 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.80% from 502); Green value is 223 (87.5% from 255 or 44.42% from 502); Blue value is 29 (11.72% from 255 or 5.78% from 502); Max value from RGB is 250 - color contains mainly: red. Hex color #FADF1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADF1D is #0520E2. Grayscale: #D1D1D1. Windows color (decimal): -336099 or 1957882. OLE color: 1957882.

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

Color convert

RGB 250 223 29 -
CMYK 0 0.11 0.88 0.02
HSL 52.67º 0.96% 0.55% -
HSV(B) 52.67º 0.88% 0.98% -
XYZ 66.03 73.19 11.81 -
YUV 208.96 26.45 157.27 -
System Red Green Blue C M Y K H S L
Decimal 250 223 29 0 0.11 0.88 0.02 52.67 0.96 0.55
Hex FA DF 1D 0 B 58 2 35 60 37
Octal 372 337 35 0 13 130 2 65 140 67
Binary 11111010 11011111 11101 0 1011 1011000 10 110101 1100000 110111

Color Harmonies of #FADF1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADF1D

Black with #FADF1D

Text Example


Text Example

White with #FADF1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADF1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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