Html Css Color HEX #FAF706 Yellow

📋 copy color: '#FAF706'

red 250 ◦ green 247 ◦ blue 6

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

Shades of Yellow #FAF706

Tints of Yellow #FAF706

RGB

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

 GREEN value IS 247 (96.88% from 255) = 49.11%

 BLUE value IS 6 (2.73% from 255) = 1.19%

R = 49.7%
G = 49.11%
B = 1.19%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#FAF706 (or 0xFAF706) is known color: Yellow. HEX triplet: FA, F7 and 06. RGB value is (250,247,6). Sum of RGB (Red+Green+Blue) = 250+247+6=503 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.70% from 503); Green value is 247 (96.88% from 255 or 49.11% from 503); Blue value is 6 (2.73% from 255 or 1.19% from 503); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF706 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAF706 is #0508F9. Grayscale: #DDDDDD. Windows color (decimal): -329978 or 456698. OLE color: 456698.

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

Color convert

RGB 250 247 6 -
CMYK 0 0.01 0.98 0.02
HSL 59.26º 0.96% 0.5% -
HSV(B) 59.26º 0.98% 0.98% -
XYZ 72.72 86.86 13.11 -
YUV 220.42 6.99 149.1 -
System Red Green Blue C M Y K H S L
Decimal 250 247 6 0 0.01 0.98 0.02 59.26 0.96 0.5
Hex FA F7 6 0 1 62 2 3B 60 32
Octal 372 367 6 0 1 142 2 73 140 62
Binary 11111010 11110111 110 0 1 1100010 10 111011 1100000 110010

Color Harmonies of #FAF706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF706

Black with #FAF706

Text Example


Text Example

White with #FAF706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF706; }

 p { color: rgb(250,247,6); }

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

background-color css

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

 a { background-color: rgb(250,247,6); }

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

border-color css

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

 span { border-color: rgb(250,247,6); }

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