Html Css Color HEX #FADB16 Lemon

📋 copy color: '#FADB16'

red 250 ◦ green 219 ◦ blue 22

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

Shades of Lemon #FADB16

Tints of Lemon #FADB16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 4.48%

R = 50.92%
G = 44.6%
B = 4.48%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#FADB16 (or 0xFADB16) is known color: Lemon. HEX triplet: FA, DB and 16. RGB value is (250,219,22). Sum of RGB (Red+Green+Blue) = 250+219+22=491 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.92% from 491); Green value is 219 (85.94% from 255 or 44.60% from 491); Blue value is 22 (8.98% from 255 or 4.48% from 491); Max value from RGB is 250 - color contains mainly: red. Hex color #FADB16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FADB16 is #0524E9. Grayscale: #CECECE. Windows color (decimal): -337130 or 1498106. OLE color: 1498106.

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

Color convert

RGB 250 219 22 -
CMYK 0 0.12 0.91 0.02
HSL 51.84º 0.96% 0.53% -
HSV(B) 51.84º 0.91% 0.98% -
XYZ 64.9 71.04 11.05 -
YUV 205.81 24.27 159.52 -
System Red Green Blue C M Y K H S L
Decimal 250 219 22 0 0.12 0.91 0.02 51.84 0.96 0.53
Hex FA DB 16 0 C 5B 2 34 60 35
Octal 372 333 26 0 14 133 2 64 140 65
Binary 11111010 11011011 10110 0 1100 1011011 10 110100 1100000 110101

Color Harmonies of #FADB16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADB16

Black with #FADB16

Text Example


Text Example

White with #FADB16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADB16; }

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

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

background-color css

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

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

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

border-color css

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

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

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