Html Css Color HEX #FAF000 Yellow

📋 copy color: '#FAF000'

red 250 ◦ green 240 ◦ blue 0

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

Shades of Yellow #FAF000

Tints of Yellow #FAF000

RGB

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

 GREEN value IS 240 (94.14% from 255) = 48.98%

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

R = 51.02%
G = 48.98%
B = 0%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#FAF000 (or 0xFAF000) is known color: Yellow. HEX triplet: FA, F0 and 00. RGB value is (250,240,0). Sum of RGB (Red+Green+Blue) = 250+240+0=490 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.02% from 490); Green value is 240 (94.14% from 255 or 48.98% from 490); Blue value is 0 (0.39% from 255 or 0% from 490); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF000 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAF000 is #050FFF. Grayscale: #D8D8D8. Windows color (decimal): -331776 or 61690. OLE color: 61690.

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

Color convert

RGB 250 240 0 -
CMYK 0 0.04 1 0.02
HSL 57.6º 1% 0.49% -
HSV(B) 57.6º 1% 0.98% -
XYZ 70.58 82.64 12.23 -
YUV 215.63 6.31 152.51 -
System Red Green Blue C M Y K H S L
Decimal 250 240 0 0 0.04 1 0.02 57.6 1 0.49
Hex FA F0 0 0 4 64 2 3A 64 31
Octal 372 360 0 0 4 144 2 72 144 61
Binary 11111010 11110000 0 0 100 1100100 10 111010 1100100 110001

Color Harmonies of #FAF000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF000

Black with #FAF000

Text Example


Text Example

White with #FAF000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF000; }

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

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

background-color css

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

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

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

border-color css

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

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

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