Html Css Color HEX #FAFA09 Yellow

📋 copy color: '#FAFA09'

red 250 ◦ green 250 ◦ blue 9

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

Shades of Yellow #FAFA09

Tints of Yellow #FAFA09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 1.77%

R = 49.12%
G = 49.12%
B = 1.77%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FAFA09 (or 0xFAFA09) is known color: Yellow. HEX triplet: FA, FA and 09. RGB value is (250,250,9). Sum of RGB (Red+Green+Blue) = 250+250+9=509 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.12% from 509); Green value is 250 (98.05% from 255 or 49.12% from 509); Blue value is 9 (3.91% from 255 or 1.77% from 509); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFA09 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAFA09 is #0505F6. Grayscale: #DFDFDF. Windows color (decimal): -329207 or 654074. OLE color: 654074.

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

Color convert

RGB 250 250 9 -
CMYK 0 0 0.96 0.02
HSL 60º 0.96% 0.51% -
HSV(B) 60º 0.96% 0.98% -
XYZ 73.66 88.71 13.5 -
YUV 222.53 7.5 147.6 -
System Red Green Blue C M Y K H S L
Decimal 250 250 9 0 0 0.96 0.02 60 0.96 0.51
Hex FA FA 9 0 0 60 2 3C 60 33
Octal 372 372 11 0 0 140 2 74 140 63
Binary 11111010 11111010 1001 0 0 1100000 10 111100 1100000 110011

Color Harmonies of #FAFA09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFA09

Black with #FAFA09

Text Example


Text Example

White with #FAFA09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFA09; }

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

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

background-color css

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

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

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

border-color css

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

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

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