Html Css Color HEX #FAFA00 Yellow

📋 copy color: '#FAFA00'

red 250 ◦ green 250 ◦ blue 0

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

Shades of Yellow #FAFA00

Tints of Yellow #FAFA00

RGB

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

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

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

R = 50%
G = 50%
B = 0%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#FAFA00 (or 0xFAFA00) is known color: Yellow. HEX triplet: FA, FA and 00. RGB value is (250,250,0). Sum of RGB (Red+Green+Blue) = 250+250+0=500 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50% from 500); Green value is 250 (98.05% from 255 or 50% from 500); Blue value is 0 (0.39% from 255 or 0% from 500); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFA00 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAFA00 is #0505FF. Grayscale: #DEDEDE. Windows color (decimal): -329216 or 64250. OLE color: 64250.

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

Color convert

RGB 250 250 0 -
CMYK 0 0 1 0.02
HSL 60º 1% 0.49% -
HSV(B) 60º 1% 0.98% -
XYZ 73.61 88.7 13.24 -
YUV 221.5 3 148.33 -
System Red Green Blue C M Y K H S L
Decimal 250 250 0 0 0 1 0.02 60 1 0.49
Hex FA FA 0 0 0 64 2 3C 64 31
Octal 372 372 0 0 0 144 2 74 144 61
Binary 11111010 11111010 0 0 0 1100100 10 111100 1100100 110001

Color Harmonies of #FAFA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFA00

Black with #FAFA00

Text Example


Text Example

White with #FAFA00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFA00; }

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

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

background-color css

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

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

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

border-color css

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

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

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