Html Css Color HEX #FAC249 Golden Tainoi

📋 copy color: '#FAC249'

red 250 ◦ green 194 ◦ blue 73

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

Shades of Golden Tainoi #FAC249

Tints of Golden Tainoi #FAC249

RGB

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

 GREEN value IS 194 (76.17% from 255) = 37.52%

 BLUE value IS 73 (28.91% from 255) = 14.12%

R = 48.36%
G = 37.52%
B = 14.12%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#FAC249 (or 0xFAC249) is known color: Golden Tainoi. HEX triplet: FA, C2 and 49. RGB value is (250,194,73). Sum of RGB (Red+Green+Blue) = 250+194+73=517 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.36% from 517); Green value is 194 (76.17% from 255 or 37.52% from 517); Blue value is 73 (28.91% from 255 or 14.12% from 517); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC249 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC249 is #053DB6. Grayscale: #C5C5C5. Windows color (decimal): -343479 or 4834042. OLE color: 4834042.

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

Color convert

RGB 250 194 73 -
CMYK 0 0.22 0.71 0.02
HSL 41.02º 0.95% 0.63% -
HSV(B) 41.02º 0.71% 0.98% -
XYZ 59.92 59.39 14.61 -
YUV 196.95 58.05 165.84 -
System Red Green Blue C M Y K H S L
Decimal 250 194 73 0 0.22 0.71 0.02 41.02 0.95 0.63
Hex FA C2 49 0 16 47 2 29 5F 3F
Octal 372 302 111 0 26 107 2 51 137 77
Binary 11111010 11000010 1001001 0 10110 1000111 10 101001 1011111 111111

Color Harmonies of #FAC249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC249

Black with #FAC249

Text Example


Text Example

White with #FAC249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC249; }

 p { color: rgb(250,194,73); }

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

background-color css

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

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

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

border-color css

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

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

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