Html Css Color HEX #FADA10 Lemon

📋 copy color: '#FADA10'

red 250 ◦ green 218 ◦ blue 16

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

Shades of Lemon #FADA10

Tints of Lemon #FADA10

RGB

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

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

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

R = 51.65%
G = 45.04%
B = 3.31%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FADA10 (or 0xFADA10) is known color: Lemon. HEX triplet: FA, DA and 10. RGB value is (250,218,16). Sum of RGB (Red+Green+Blue) = 250+218+16=484 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.65% from 484); Green value is 218 (85.55% from 255 or 45.04% from 484); Blue value is 16 (6.64% from 255 or 3.31% from 484); Max value from RGB is 250 - color contains mainly: red. Hex color #FADA10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FADA10 is #0525EF. Grayscale: #CDCDCD. Windows color (decimal): -337392 or 1104634. OLE color: 1104634.

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

Color convert

RGB 250 218 16 -
CMYK 0 0.13 0.94 0.02
HSL 51.79º 0.96% 0.52% -
HSV(B) 51.79º 0.94% 0.98% -
XYZ 64.59 70.5 10.69 -
YUV 204.54 21.6 160.43 -
System Red Green Blue C M Y K H S L
Decimal 250 218 16 0 0.13 0.94 0.02 51.79 0.96 0.52
Hex FA DA 10 0 D 5E 2 34 60 34
Octal 372 332 20 0 15 136 2 64 140 64
Binary 11111010 11011010 10000 0 1101 1011110 10 110100 1100000 110100

Color Harmonies of #FADA10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADA10

Black with #FADA10

Text Example


Text Example

White with #FADA10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADA10; }

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

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

background-color css

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

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

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

border-color css

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

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

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