Html Css Color HEX #FADF12 Lemon

📋 copy color: '#FADF12'

red 250 ◦ green 223 ◦ blue 18

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

Shades of Lemon #FADF12

Tints of Lemon #FADF12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 3.67%

R = 50.92%
G = 45.42%
B = 3.67%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FADF12 (or 0xFADF12) is known color: Lemon. HEX triplet: FA, DF and 12. RGB value is (250,223,18). Sum of RGB (Red+Green+Blue) = 250+223+18=491 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.92% from 491); Green value is 223 (87.5% from 255 or 45.42% from 491); Blue value is 18 (7.42% from 255 or 3.67% from 491); Max value from RGB is 250 - color contains mainly: red. Hex color #FADF12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FADF12 is #0520ED. Grayscale: #D0D0D0. Windows color (decimal): -336110 or 1236986. OLE color: 1236986.

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

Color convert

RGB 250 223 18 -
CMYK 0 0.11 0.93 0.02
HSL 53.02º 0.96% 0.53% -
HSV(B) 53.02º 0.93% 0.98% -
XYZ 65.92 73.14 11.22 -
YUV 207.7 20.95 158.17 -
System Red Green Blue C M Y K H S L
Decimal 250 223 18 0 0.11 0.93 0.02 53.02 0.96 0.53
Hex FA DF 12 0 B 5D 2 35 60 35
Octal 372 337 22 0 13 135 2 65 140 65
Binary 11111010 11011111 10010 0 1011 1011101 10 110101 1100000 110101

Color Harmonies of #FADF12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADF12

Black with #FADF12

Text Example


Text Example

White with #FADF12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADF12; }

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

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

background-color css

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

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

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

border-color css

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

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

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