#FAFF11

Color #FAFF11 Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow #FAFF11

Tints of Yellow #FAFF11

Color information

#FAFF11 (or 0xFAFF11) is unknown color: approx Yellow. HEX triplet: FA, FF and 11. RGB value is (250,255,17). Sum of RGB (Red+Green+Blue) = 250+255+17=522 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.89% from 522); Green value is 255 (100% from 255 or 48.85% from 522); Blue value is 17 (7.03% from 255 or 3.26% from 522); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFF11 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAFF11 is #0500EE. Grayscale: #E3E3E3. Windows color (decimal): -327919 or 1179642. OLE color: 1179642.

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

Color convert

RGB25025517-
CMYK0.0200.930
HSL61.26º100%53.33%-
HSV(B)61.26º93.33%100%-
XYZ75.2991.8814.3-
YUV226.379.84144.85-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 47.89%
GREEN value IS 255 (100% from 255) = 48.85%
BLUE value IS 17 (7.03% from 255) = 3.26%
R=47.89%
G=48.85%
B=3.26%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal250255170.0200.93061.2610053.33
HexFAFF11205D03d6435
Octal372377212013507514465
Binary111110101111111110001100101110101111011100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFF11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFF11; }

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

 H1.HeaderClassName
 {
   color: #FAFF11;
 }
 .AnyTagClassName
 {
   color: #FAFF11;
 }
</style>
background-color css

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

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

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

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

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

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