Html Css Color HEX #FAF503 Yellow

📋 copy color: '#FAF503'

red 250 ◦ green 245 ◦ blue 3

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

Shades of Yellow #FAF503

Tints of Yellow #FAF503

RGB

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

 GREEN value IS 245 (96.09% from 255) = 49.2%

 BLUE value IS 3 (1.56% from 255) = 0.6%

R = 50.2%
G = 49.2%
B = 0.6%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#FAF503 (or 0xFAF503) is known color: Yellow. HEX triplet: FA, F5 and 03. RGB value is (250,245,3). Sum of RGB (Red+Green+Blue) = 250+245+3=498 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.20% from 498); Green value is 245 (96.09% from 255 or 49.20% from 498); Blue value is 3 (1.56% from 255 or 0.60% from 498); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF503 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAF503 is #050AFC. Grayscale: #DBDBDB. Windows color (decimal): -330493 or 259578. OLE color: 259578.

HSL color Cylindrical-coordinate representation of color #FAF503: hue angle of 58.79º 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 #FAF503 is Cyan = 0, Magento = 0.02, Yellow = 0.99 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 245 3 -
CMYK 0 0.02 0.99 0.02
HSL 58.79º 0.98% 0.5% -
HSV(B) 58.79º 0.99% 0.98% -
XYZ 72.09 85.64 12.82 -
YUV 218.91 6.16 150.18 -
System Red Green Blue C M Y K H S L
Decimal 250 245 3 0 0.02 0.99 0.02 58.79 0.98 0.5
Hex FA F5 3 0 2 63 2 3B 62 32
Octal 372 365 3 0 2 143 2 73 142 62
Binary 11111010 11110101 11 0 10 1100011 10 111011 1100010 110010

Color Harmonies of #FAF503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF503

Black with #FAF503

Text Example


Text Example

White with #FAF503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF503; }

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

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

background-color css

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

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

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

border-color css

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

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

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