Html Css Color HEX #FAFA05 Yellow

📋 copy color: '#FAFA05'

red 250 ◦ green 250 ◦ blue 5

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

Shades of Yellow #FAFA05

Tints of Yellow #FAFA05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 0.99%

R = 49.5%
G = 49.5%
B = 0.99%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#FAFA05 (or 0xFAFA05) is known color: Yellow. HEX triplet: FA, FA and 05. RGB value is (250,250,5). Sum of RGB (Red+Green+Blue) = 250+250+5=505 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.50% from 505); Green value is 250 (98.05% from 255 or 49.50% from 505); Blue value is 5 (2.34% from 255 or 0.99% from 505); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFA05 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAFA05 is #0505FA. Grayscale: #DFDFDF. Windows color (decimal): -329211 or 391930. OLE color: 391930.

HSL color Cylindrical-coordinate representation of color #FAFA05: hue angle of 60º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FAFA05 is Cyan = 0, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 250 5 -
CMYK 0 0 0.98 0.02
HSL 60º 0.96% 0.5% -
HSV(B) 60º 0.98% 0.98% -
XYZ 73.64 88.71 13.38 -
YUV 222.07 5.5 147.92 -
System Red Green Blue C M Y K H S L
Decimal 250 250 5 0 0 0.98 0.02 60 0.96 0.5
Hex FA FA 5 0 0 62 2 3C 60 32
Octal 372 372 5 0 0 142 2 74 140 62
Binary 11111010 11111010 101 0 0 1100010 10 111100 1100000 110010

Color Harmonies of #FAFA05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFA05

Black with #FAFA05

Text Example


Text Example

White with #FAFA05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFA05; }

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

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

background-color css

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

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

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

border-color css

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

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

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