Html Css Color HEX #FADB10 Lemon

📋 copy color: '#FADB10'

red 250 ◦ green 219 ◦ blue 16

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

Shades of Lemon #FADB10

Tints of Lemon #FADB10

RGB

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

 GREEN value IS 219 (85.94% from 255) = 45.15%

 BLUE value IS 16 (6.64% from 255) = 3.3%

R = 51.55%
G = 45.15%
B = 3.3%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FADB10 (or 0xFADB10) is known color: Lemon. HEX triplet: FA, DB and 10. RGB value is (250,219,16). Sum of RGB (Red+Green+Blue) = 250+219+16=485 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.55% from 485); Green value is 219 (85.94% from 255 or 45.15% from 485); Blue value is 16 (6.64% from 255 or 3.30% from 485); Max value from RGB is 250 - color contains mainly: red. Hex color #FADB10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FADB10 is #0524EF. Grayscale: #CDCDCD. Windows color (decimal): -337136 or 1104890. OLE color: 1104890.

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

Color convert

RGB 250 219 16 -
CMYK 0 0.12 0.94 0.02
HSL 52.05º 0.96% 0.52% -
HSV(B) 52.05º 0.94% 0.98% -
XYZ 64.85 71.02 10.78 -
YUV 205.13 21.27 160.01 -
System Red Green Blue C M Y K H S L
Decimal 250 219 16 0 0.12 0.94 0.02 52.05 0.96 0.52
Hex FA DB 10 0 C 5E 2 34 60 34
Octal 372 333 20 0 14 136 2 64 140 64
Binary 11111010 11011011 10000 0 1100 1011110 10 110100 1100000 110100

Color Harmonies of #FADB10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADB10

Black with #FADB10

Text Example


Text Example

White with #FADB10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADB10; }

 p { color: rgb(250,219,16); }

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

background-color css

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

 a { background-color: rgb(250,219,16); }

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

border-color css

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

 span { border-color: rgb(250,219,16); }

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