Html Css Color HEX #FAFA06 Yellow

📋 copy color: '#FAFA06'

red 250 ◦ green 250 ◦ blue 6

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

Shades of Yellow #FAFA06

Tints of Yellow #FAFA06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.19%

R = 49.41%
G = 49.41%
B = 1.19%

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

#FAFA06 (or 0xFAFA06) is known color: Yellow. HEX triplet: FA, FA and 06. RGB value is (250,250,6). Sum of RGB (Red+Green+Blue) = 250+250+6=506 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.41% from 506); Green value is 250 (98.05% from 255 or 49.41% from 506); Blue value is 6 (2.73% from 255 or 1.19% from 506); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFA06 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAFA06 is #0505F9. Grayscale: #DFDFDF. Windows color (decimal): -329210 or 457466. OLE color: 457466.

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

Color convert

RGB 250 250 6 -
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.41 -
YUV 222.18 6 147.84 -
System Red Green Blue C M Y K H S L
Decimal 250 250 6 0 0 0.98 0.02 60 0.96 0.5
Hex FA FA 6 0 0 62 2 3C 60 32
Octal 372 372 6 0 0 142 2 74 140 62
Binary 11111010 11111010 110 0 0 1100010 10 111100 1100000 110010

Color Harmonies of #FAFA06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFA06

Black with #FAFA06

Text Example


Text Example

White with #FAFA06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFA06; }

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

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

background-color css

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

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

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

border-color css

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

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

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