Html Css Color HEX #FAF909 Yellow

📋 copy color: '#FAF909'

red 250 ◦ green 249 ◦ blue 9

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

Shades of Yellow #FAF909

Tints of Yellow #FAF909

RGB

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

 GREEN value IS 249 (97.66% from 255) = 49.02%

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

R = 49.21%
G = 49.02%
B = 1.77%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FAF909 (or 0xFAF909) is known color: Yellow. HEX triplet: FA, F9 and 09. RGB value is (250,249,9). Sum of RGB (Red+Green+Blue) = 250+249+9=508 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.21% from 508); Green value is 249 (97.66% from 255 or 49.02% from 508); Blue value is 9 (3.91% from 255 or 1.77% from 508); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF909 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAF909 is #0506F6. Grayscale: #DEDEDE. Windows color (decimal): -329463 or 653818. OLE color: 653818.

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

Color convert

RGB 250 249 9 -
CMYK 0 0.00 0.96 0.02
HSL 59.75º 0.96% 0.51% -
HSV(B) 59.75º 0.96% 0.98% -
XYZ 73.35 88.1 13.4 -
YUV 221.94 7.83 148.01 -
System Red Green Blue C M Y K H S L
Decimal 250 249 9 0 0.00 0.96 0.02 59.75 0.96 0.51
Hex FA F9 9 0 0 60 2 3C 60 33
Octal 372 371 11 0 0 140 2 74 140 63
Binary 11111010 11111001 1001 0 0 1100000 10 111100 1100000 110011

Color Harmonies of #FAF909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF909

Black with #FAF909

Text Example


Text Example

White with #FAF909

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF909; }

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

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

background-color css

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

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

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

border-color css

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

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

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