Html Css Color HEX #FAFA01 Yellow

📋 copy color: '#FAFA01'

red 250 ◦ green 250 ◦ blue 1

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

Shades of Yellow #FAFA01

Tints of Yellow #FAFA01

RGB

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

 GREEN value IS 250 (98.05% from 255) = 49.9%

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

R = 49.9%
G = 49.9%
B = 0.2%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#FAFA01 (or 0xFAFA01) is known color: Yellow. HEX triplet: FA, FA and 01. RGB value is (250,250,1). Sum of RGB (Red+Green+Blue) = 250+250+1=501 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.90% from 501); Green value is 250 (98.05% from 255 or 49.90% from 501); Blue value is 1 (0.78% from 255 or 0.20% from 501); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFA01 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAFA01 is #0505FE. Grayscale: #DEDEDE. Windows color (decimal): -329215 or 129786. OLE color: 129786.

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

Color convert

RGB 250 250 1 -
CMYK 0 0 1.00 0.02
HSL 60º 0.99% 0.49% -
HSV(B) 60º 1% 0.98% -
XYZ 73.62 88.7 13.27 -
YUV 221.61 3.5 148.25 -
System Red Green Blue C M Y K H S L
Decimal 250 250 1 0 0 1.00 0.02 60 0.99 0.49
Hex FA FA 1 0 0 64 2 3C 63 31
Octal 372 372 1 0 0 144 2 74 143 61
Binary 11111010 11111010 1 0 0 1100100 10 111100 1100011 110001

Color Harmonies of #FAFA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFA01

Black with #FAFA01

Text Example


Text Example

White with #FAFA01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFA01; }

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

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

background-color css

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

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

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

border-color css

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

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

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