Html Css Color HEX #FADF16 Lemon

📋 copy color: '#FADF16'

red 250 ◦ green 223 ◦ blue 22

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

Shades of Lemon #FADF16

Tints of Lemon #FADF16

RGB

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

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

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

R = 50.51%
G = 45.05%
B = 4.44%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#FADF16 (or 0xFADF16) is known color: Lemon. HEX triplet: FA, DF and 16. RGB value is (250,223,22). Sum of RGB (Red+Green+Blue) = 250+223+22=495 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.51% from 495); Green value is 223 (87.5% from 255 or 45.05% from 495); Blue value is 22 (8.98% from 255 or 4.44% from 495); Max value from RGB is 250 - color contains mainly: red. Hex color #FADF16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FADF16 is #0520E9. Grayscale: #D0D0D0. Windows color (decimal): -336106 or 1499130. OLE color: 1499130.

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

Color convert

RGB 250 223 22 -
CMYK 0 0.11 0.91 0.02
HSL 52.89º 0.96% 0.53% -
HSV(B) 52.89º 0.91% 0.98% -
XYZ 65.96 73.16 11.4 -
YUV 208.16 22.95 157.84 -
System Red Green Blue C M Y K H S L
Decimal 250 223 22 0 0.11 0.91 0.02 52.89 0.96 0.53
Hex FA DF 16 0 B 5B 2 35 60 35
Octal 372 337 26 0 13 133 2 65 140 65
Binary 11111010 11011111 10110 0 1011 1011011 10 110101 1100000 110101

Color Harmonies of #FADF16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADF16

Black with #FADF16

Text Example


Text Example

White with #FADF16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADF16; }

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

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

background-color css

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

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

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

border-color css

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

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

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