Html Css Color HEX #FAFF27 Lemon

📋 copy color: '#FAFF27'

red 250 ◦ green 255 ◦ blue 39

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

Shades of Lemon #FAFF27

Tints of Lemon #FAFF27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 7.17%

R = 45.96%
G = 46.88%
B = 7.17%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.85

 K value IS 0

RGB Variations

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

Color information

#FAFF27 (or 0xFAFF27) is known color: Lemon. HEX triplet: FA, FF and 27. RGB value is (250,255,39). Sum of RGB (Red+Green+Blue) = 250+255+39=544 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.96% from 544); Green value is 255 (100% from 255 or 46.88% from 544); Blue value is 39 (15.62% from 255 or 7.17% from 544); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFF27 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAFF27 is #0500D8. Grayscale: #E5E5E5. Windows color (decimal): -327897 or 2621434. OLE color: 2621434.

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

Color convert

RGB 250 255 39 -
CMYK 0.02 0 0.85 0
HSL 61.39º 1% 0.58% -
HSV(B) 61.39º 0.85% 1% -
XYZ 75.55 91.99 15.69 -
YUV 228.88 20.84 143.06 -
System Red Green Blue C M Y K H S L
Decimal 250 255 39 0.02 0 0.85 0 61.39 1 0.58
Hex FA FF 27 2 0 55 0 3D 64 3A
Octal 372 377 47 2 0 125 0 75 144 72
Binary 11111010 11111111 100111 10 0 1010101 0 111101 1100100 111010

Color Harmonies of #FAFF27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFF27

Black with #FAFF27

Text Example


Text Example

White with #FAFF27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFF27; }

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

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

background-color css

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

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

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

border-color css

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

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

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