Html Css Color HEX #FADF1F Lemon

📋 copy color: '#FADF1F'

red 250 ◦ green 223 ◦ blue 31

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

Shades of Lemon #FADF1F

Tints of Lemon #FADF1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 6.15%

R = 49.6%
G = 44.25%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FADF1F (or 0xFADF1F) is known color: Lemon. HEX triplet: FA, DF and 1F. RGB value is (250,223,31). Sum of RGB (Red+Green+Blue) = 250+223+31=504 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.60% from 504); Green value is 223 (87.5% from 255 or 44.25% from 504); Blue value is 31 (12.5% from 255 or 6.15% from 504); Max value from RGB is 250 - color contains mainly: red. Hex color #FADF1F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADF1F is #0520E0. Grayscale: #D1D1D1. Windows color (decimal): -336097 or 2088954. OLE color: 2088954.

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

Color convert

RGB 250 223 31 -
CMYK 0 0.11 0.88 0.02
HSL 52.6º 0.96% 0.55% -
HSV(B) 52.6º 0.88% 0.98% -
XYZ 66.06 73.2 11.94 -
YUV 209.19 27.45 157.11 -
System Red Green Blue C M Y K H S L
Decimal 250 223 31 0 0.11 0.88 0.02 52.6 0.96 0.55
Hex FA DF 1F 0 B 58 2 35 60 37
Octal 372 337 37 0 13 130 2 65 140 67
Binary 11111010 11011111 11111 0 1011 1011000 10 110101 1100000 110111

Color Harmonies of #FADF1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADF1F

Black with #FADF1F

Text Example


Text Example

White with #FADF1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADF1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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