Html Css Color HEX #FAF609 Yellow

📋 copy color: '#FAF609'

red 250 ◦ green 246 ◦ blue 9

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

Shades of Yellow #FAF609

Tints of Yellow #FAF609

RGB

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

 GREEN value IS 246 (96.48% from 255) = 48.71%

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

R = 49.5%
G = 48.71%
B = 1.78%

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

#FAF609 (or 0xFAF609) is known color: Yellow. HEX triplet: FA, F6 and 09. RGB value is (250,246,9). Sum of RGB (Red+Green+Blue) = 250+246+9=505 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.50% from 505); Green value is 246 (96.48% from 255 or 48.71% from 505); Blue value is 9 (3.91% from 255 or 1.78% from 505); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF609 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAF609 is #0509F6. Grayscale: #DDDDDD. Windows color (decimal): -330231 or 653050. OLE color: 653050.

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

Color convert

RGB 250 246 9 -
CMYK 0 0.02 0.96 0.02
HSL 59º 0.96% 0.51% -
HSV(B) 59º 0.96% 0.98% -
XYZ 72.43 86.26 13.09 -
YUV 220.18 8.83 149.27 -
System Red Green Blue C M Y K H S L
Decimal 250 246 9 0 0.02 0.96 0.02 59 0.96 0.51
Hex FA F6 9 0 2 60 2 3B 60 33
Octal 372 366 11 0 2 140 2 73 140 63
Binary 11111010 11110110 1001 0 10 1100000 10 111011 1100000 110011

Color Harmonies of #FAF609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF609

Black with #FAF609

Text Example


Text Example

White with #FAF609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF609; }

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

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

background-color css

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

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

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

border-color css

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

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

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