Html Css Color HEX #FAFF1E Lemon

📋 copy color: '#FAFF1E'

red 250 ◦ green 255 ◦ blue 30

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

Shades of Lemon #FAFF1E

Tints of Lemon #FAFF1E

RGB

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

 GREEN value IS 255 (100% from 255) = 47.66%

 BLUE value IS 30 (12.11% from 255) = 5.61%

R = 46.73%
G = 47.66%
B = 5.61%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.88

 K value IS 0

RGB Variations

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

Color information

#FAFF1E (or 0xFAFF1E) is known color: Lemon. HEX triplet: FA, FF and 1E. RGB value is (250,255,30). Sum of RGB (Red+Green+Blue) = 250+255+30=535 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.73% from 535); Green value is 255 (100% from 255 or 47.66% from 535); Blue value is 30 (12.11% from 255 or 5.61% from 535); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFF1E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAFF1E is #0500E1. Grayscale: #E4E4E4. Windows color (decimal): -327906 or 2031610. OLE color: 2031610.

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

Color convert

RGB 250 255 30 -
CMYK 0.02 0 0.88 0
HSL 61.33º 1% 0.56% -
HSV(B) 61.33º 0.88% 1% -
XYZ 75.42 91.94 15 -
YUV 227.86 16.34 143.8 -
System Red Green Blue C M Y K H S L
Decimal 250 255 30 0.02 0 0.88 0 61.33 1 0.56
Hex FA FF 1E 2 0 58 0 3D 64 38
Octal 372 377 36 2 0 130 0 75 144 70
Binary 11111010 11111111 11110 10 0 1011000 0 111101 1100100 111000

Color Harmonies of #FAFF1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFF1E

Black with #FAFF1E

Text Example


Text Example

White with #FAFF1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFF1E; }

 p { color: rgb(250,255,30); }

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

background-color css

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

 a { background-color: rgb(250,255,30); }

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

border-color css

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

 span { border-color: rgb(250,255,30); }

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