Html Css Color HEX #FADF0B Lemon

📋 copy color: '#FADF0B'

red 250 ◦ green 223 ◦ blue 11

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

Shades of Lemon #FADF0B

Tints of Lemon #FADF0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.27%

R = 51.65%
G = 46.07%
B = 2.27%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FADF0B (or 0xFADF0B) is known color: Lemon. HEX triplet: FA, DF and 0B. RGB value is (250,223,11). Sum of RGB (Red+Green+Blue) = 250+223+11=484 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.65% from 484); Green value is 223 (87.5% from 255 or 46.07% from 484); Blue value is 11 (4.69% from 255 or 2.27% from 484); Max value from RGB is 250 - color contains mainly: red. Hex color #FADF0B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FADF0B is #0520F4. Grayscale: #CFCFCF. Windows color (decimal): -336117 or 778234. OLE color: 778234.

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

Color convert

RGB 250 223 11 -
CMYK 0 0.11 0.96 0.02
HSL 53.22º 0.96% 0.51% -
HSV(B) 53.22º 0.96% 0.98% -
XYZ 65.87 73.12 10.96 -
YUV 206.91 17.45 158.74 -
System Red Green Blue C M Y K H S L
Decimal 250 223 11 0 0.11 0.96 0.02 53.22 0.96 0.51
Hex FA DF B 0 B 60 2 35 60 33
Octal 372 337 13 0 13 140 2 65 140 63
Binary 11111010 11011111 1011 0 1011 1100000 10 110101 1100000 110011

Color Harmonies of #FADF0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADF0B

Black with #FADF0B

Text Example


Text Example

White with #FADF0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADF0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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