Html Css Color HEX #FAF502 Yellow

📋 copy color: '#FAF502'

red 250 ◦ green 245 ◦ blue 2

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

Shades of Yellow #FAF502

Tints of Yellow #FAF502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.4%

R = 50.3%
G = 49.3%
B = 0.4%

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

#FAF502 (or 0xFAF502) is known color: Yellow. HEX triplet: FA, F5 and 02. RGB value is (250,245,2). Sum of RGB (Red+Green+Blue) = 250+245+2=497 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.30% from 497); Green value is 245 (96.09% from 255 or 49.30% from 497); Blue value is 2 (1.17% from 255 or 0.40% from 497); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF502 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAF502 is #050AFD. Grayscale: #DBDBDB. Windows color (decimal): -330494 or 194042. OLE color: 194042.

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

Color convert

RGB 250 245 2 -
CMYK 0 0.02 0.99 0.02
HSL 58.79º 0.98% 0.49% -
HSV(B) 58.79º 0.99% 0.98% -
XYZ 72.09 85.63 12.79 -
YUV 218.79 5.66 150.26 -
System Red Green Blue C M Y K H S L
Decimal 250 245 2 0 0.02 0.99 0.02 58.79 0.98 0.49
Hex FA F5 2 0 2 63 2 3B 62 31
Octal 372 365 2 0 2 143 2 73 142 61
Binary 11111010 11110101 10 0 10 1100011 10 111011 1100010 110001

Color Harmonies of #FAF502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF502

Black with #FAF502

Text Example


Text Example

White with #FAF502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF502; }

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

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

background-color css

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

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

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

border-color css

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

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

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