Html Css Color HEX #FADA11 Lemon

📋 copy color: '#FADA11'

red 250 ◦ green 218 ◦ blue 17

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

Shades of Lemon #FADA11

Tints of Lemon #FADA11

RGB

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

 GREEN value IS 218 (85.55% from 255) = 44.95%

 BLUE value IS 17 (7.03% from 255) = 3.51%

R = 51.55%
G = 44.95%
B = 3.51%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FADA11 (or 0xFADA11) is known color: Lemon. HEX triplet: FA, DA and 11. RGB value is (250,218,17). Sum of RGB (Red+Green+Blue) = 250+218+17=485 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.55% from 485); Green value is 218 (85.55% from 255 or 44.95% from 485); Blue value is 17 (7.03% from 255 or 3.51% from 485); Max value from RGB is 250 - color contains mainly: red. Hex color #FADA11 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FADA11 is #0525EE. Grayscale: #CDCDCD. Windows color (decimal): -337391 or 1170170. OLE color: 1170170.

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

Color convert

RGB 250 218 17 -
CMYK 0 0.13 0.93 0.02
HSL 51.76º 0.96% 0.52% -
HSV(B) 51.76º 0.93% 0.98% -
XYZ 64.6 70.51 10.73 -
YUV 204.65 22.1 160.34 -
System Red Green Blue C M Y K H S L
Decimal 250 218 17 0 0.13 0.93 0.02 51.76 0.96 0.52
Hex FA DA 11 0 D 5D 2 34 60 34
Octal 372 332 21 0 15 135 2 64 140 64
Binary 11111010 11011010 10001 0 1101 1011101 10 110100 1100000 110100

Color Harmonies of #FADA11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADA11

Black with #FADA11

Text Example


Text Example

White with #FADA11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADA11; }

 p { color: rgb(250,218,17); }

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

background-color css

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

 a { background-color: rgb(250,218,17); }

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

border-color css

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

 span { border-color: rgb(250,218,17); }

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