Html Css Color HEX #FAF600 Yellow

📋 copy color: '#FAF600'

red 250 ◦ green 246 ◦ blue 0

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

Shades of Yellow #FAF600

Tints of Yellow #FAF600

RGB

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

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

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

R = 50.4%
G = 49.6%
B = 0%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#FAF600 (or 0xFAF600) is known color: Yellow. HEX triplet: FA, F6 and 00. RGB value is (250,246,0). Sum of RGB (Red+Green+Blue) = 250+246+0=496 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.40% from 496); Green value is 246 (96.48% from 255 or 49.60% from 496); Blue value is 0 (0.39% from 255 or 0% from 496); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF600 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAF600 is #0509FF. Grayscale: #DCDCDC. Windows color (decimal): -330240 or 63226. OLE color: 63226.

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

Color convert

RGB 250 246 0 -
CMYK 0 0.02 1 0.02
HSL 59.04º 1% 0.49% -
HSV(B) 59.04º 1% 0.98% -
XYZ 72.38 86.24 12.83 -
YUV 219.15 4.33 150 -
System Red Green Blue C M Y K H S L
Decimal 250 246 0 0 0.02 1 0.02 59.04 1 0.49
Hex FA F6 0 0 2 64 2 3B 64 31
Octal 372 366 0 0 2 144 2 73 144 61
Binary 11111010 11110110 0 0 10 1100100 10 111011 1100100 110001

Color Harmonies of #FAF600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF600

Black with #FAF600

Text Example


Text Example

White with #FAF600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF600; }

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

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

background-color css

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

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

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

border-color css

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

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

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