Html Css Color HEX #FAF001 Yellow

📋 copy color: '#FAF001'

red 250 ◦ green 240 ◦ blue 1

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

Shades of Yellow #FAF001

Tints of Yellow #FAF001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.2%

R = 50.92%
G = 48.88%
B = 0.2%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#FAF001 (or 0xFAF001) is known color: Yellow. HEX triplet: FA, F0 and 01. RGB value is (250,240,1). Sum of RGB (Red+Green+Blue) = 250+240+1=491 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.92% from 491); Green value is 240 (94.14% from 255 or 48.88% from 491); Blue value is 1 (0.78% from 255 or 0.20% from 491); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF001 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAF001 is #050FFE. Grayscale: #D8D8D8. Windows color (decimal): -331775 or 127226. OLE color: 127226.

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

Color convert

RGB 250 240 1 -
CMYK 0 0.04 1.00 0.02
HSL 57.59º 0.99% 0.49% -
HSV(B) 57.59º 1% 0.98% -
XYZ 70.59 82.65 12.26 -
YUV 215.74 6.81 152.43 -
System Red Green Blue C M Y K H S L
Decimal 250 240 1 0 0.04 1.00 0.02 57.59 0.99 0.49
Hex FA F0 1 0 4 64 2 3A 63 31
Octal 372 360 1 0 4 144 2 72 143 61
Binary 11111010 11110000 1 0 100 1100100 10 111010 1100011 110001

Color Harmonies of #FAF001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF001

Black with #FAF001

Text Example


Text Example

White with #FAF001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF001; }

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

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

background-color css

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

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

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

border-color css

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

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

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