Html Css Color HEX #FAF509 Yellow

📋 copy color: '#FAF509'

red 250 ◦ green 245 ◦ blue 9

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

Shades of Yellow #FAF509

Tints of Yellow #FAF509

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 1.79%

R = 49.6%
G = 48.61%
B = 1.79%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FAF509 (or 0xFAF509) is known color: Yellow. HEX triplet: FA, F5 and 09. RGB value is (250,245,9). Sum of RGB (Red+Green+Blue) = 250+245+9=504 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.60% from 504); Green value is 245 (96.09% from 255 or 48.61% from 504); Blue value is 9 (3.91% from 255 or 1.79% from 504); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF509 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAF509 is #050AF6. Grayscale: #DCDCDC. Windows color (decimal): -330487 or 652794. OLE color: 652794.

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

Color convert

RGB 250 245 9 -
CMYK 0 0.02 0.96 0.02
HSL 58.76º 0.96% 0.51% -
HSV(B) 58.76º 0.96% 0.98% -
XYZ 72.13 85.65 12.99 -
YUV 219.59 9.16 149.69 -
System Red Green Blue C M Y K H S L
Decimal 250 245 9 0 0.02 0.96 0.02 58.76 0.96 0.51
Hex FA F5 9 0 2 60 2 3B 60 33
Octal 372 365 11 0 2 140 2 73 140 63
Binary 11111010 11110101 1001 0 10 1100000 10 111011 1100000 110011

Color Harmonies of #FAF509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF509

Black with #FAF509

Text Example


Text Example

White with #FAF509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF509; }

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

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

background-color css

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

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

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

border-color css

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

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

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