#FAF203

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

Shades of Yellow #FAF203

Tints of Yellow #FAF203

Color information

#FAF203 (or 0xFAF203) is unknown color: approx Yellow. HEX triplet: FA, F2 and 03. RGB value is (250,242,3). Sum of RGB (Red+Green+Blue) = 250+242+3=495 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.51% from 495); Green value is 242 (94.92% from 255 or 48.89% from 495); Blue value is 3 (1.56% from 255 or 0.61% from 495); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF203 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAF203 is #050DFC. Grayscale: #DADADA. Windows color (decimal): -331261 or 258810. OLE color: 258810.

HSL color Cylindrical-coordinate representation of color #FAF203: hue angle of 58.06º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FAF203 is Cyan = 0, Magento = 0.03, Yellow = 0.99 and Black (K on CMYK) = 0.02.

Color convert

RGB2502423-
CMYK00.030.990.02
HSL58.06º97.63%49.61%-
HSV(B)58.06º98.8%98.04%-
XYZ71.1983.8312.52-
YUV217.157.15151.43-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 50.51%
GREEN value IS 242 (94.92% from 255) = 48.89%
BLUE value IS 3 (1.56% from 255) = 0.61%
R=50.51%
G=48.89%
B=0.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.99
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250242300.030.990.0258.0697.6349.61
HexFAF23036323a6232
Octal37236230314327214262
Binary1111101011110010110111100011101110101100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF203; }

 p { color: rgb(250,242,3); }

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

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

 a { background-color: rgb(250,242,3); }

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

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

 span { border-color: rgb(250,242,3); }

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