Html Css Color HEX #FAF700 Yellow

📋 copy color: '#FAF700'

red 250 ◦ green 247 ◦ blue 0

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

Shades of Yellow #FAF700

Tints of Yellow #FAF700

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 50.3%
G = 49.7%
B = 0%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#FAF700 (or 0xFAF700) is known color: Yellow. HEX triplet: FA, F7 and 00. RGB value is (250,247,0). Sum of RGB (Red+Green+Blue) = 250+247+0=497 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.30% from 497); Green value is 247 (96.88% from 255 or 49.70% from 497); Blue value is 0 (0.39% from 255 or 0% from 497); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF700 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAF700 is #0508FF. Grayscale: #DCDCDC. Windows color (decimal): -329984 or 63482. OLE color: 63482.

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

Color convert

RGB 250 247 0 -
CMYK 0 0.01 1 0.02
HSL 59.28º 1% 0.49% -
HSV(B) 59.28º 1% 0.98% -
XYZ 72.69 86.85 12.93 -
YUV 219.74 3.99 149.58 -
System Red Green Blue C M Y K H S L
Decimal 250 247 0 0 0.01 1 0.02 59.28 1 0.49
Hex FA F7 0 0 1 64 2 3B 64 31
Octal 372 367 0 0 1 144 2 73 144 61
Binary 11111010 11110111 0 0 1 1100100 10 111011 1100100 110001

Color Harmonies of #FAF700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF700

Black with #FAF700

Text Example


Text Example

White with #FAF700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF700; }

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

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

background-color css

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

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

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

border-color css

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

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

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