Html Css Color HEX #FAFF26 Lemon

📋 copy color: '#FAFF26'

red 250 ◦ green 255 ◦ blue 38

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

Shades of Lemon #FAFF26

Tints of Lemon #FAFF26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 7%

R = 46.04%
G = 46.96%
B = 7%

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

#FAFF26 (or 0xFAFF26) is known color: Lemon. HEX triplet: FA, FF and 26. RGB value is (250,255,38). Sum of RGB (Red+Green+Blue) = 250+255+38=543 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.04% from 543); Green value is 255 (100% from 255 or 46.96% from 543); Blue value is 38 (15.23% from 255 or 7.00% from 543); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFF26 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAFF26 is #0500D9. Grayscale: #E5E5E5. Windows color (decimal): -327898 or 2555898. OLE color: 2555898.

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

Color convert

RGB 250 255 38 -
CMYK 0.02 0 0.85 0
HSL 61.38º 1% 0.57% -
HSV(B) 61.38º 0.85% 1% -
XYZ 75.53 91.98 15.61 -
YUV 228.77 20.34 143.14 -
System Red Green Blue C M Y K H S L
Decimal 250 255 38 0.02 0 0.85 0 61.38 1 0.57
Hex FA FF 26 2 0 55 0 3D 64 39
Octal 372 377 46 2 0 125 0 75 144 71
Binary 11111010 11111111 100110 10 0 1010101 0 111101 1100100 111001

Color Harmonies of #FAFF26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFF26

Black with #FAFF26

Text Example


Text Example

White with #FAFF26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFF26; }

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

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

background-color css

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

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

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

border-color css

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

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

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