Html Css Color HEX #FAC261 Golden Tainoi

📋 copy color: '#FAC261'

red 250 ◦ green 194 ◦ blue 97

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

Shades of Golden Tainoi #FAC261

Tints of Golden Tainoi #FAC261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 17.93%

R = 46.21%
G = 35.86%
B = 17.93%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.61

 K value IS 0.02

RGB Variations

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

Color information

#FAC261 (or 0xFAC261) is known color: Golden Tainoi. HEX triplet: FA, C2 and 61. RGB value is (250,194,97). Sum of RGB (Red+Green+Blue) = 250+194+97=541 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.21% from 541); Green value is 194 (76.17% from 255 or 35.86% from 541); Blue value is 97 (38.28% from 255 or 17.93% from 541); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC261 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC261 is #053D9E. Grayscale: #C8C8C8. Windows color (decimal): -343455 or 6406906. OLE color: 6406906.

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

Color convert

RGB 250 194 97 -
CMYK 0 0.22 0.61 0.02
HSL 38.04º 0.94% 0.68% -
HSV(B) 38.04º 0.61% 0.98% -
XYZ 60.87 59.77 19.64 -
YUV 199.69 70.05 163.89 -
System Red Green Blue C M Y K H S L
Decimal 250 194 97 0 0.22 0.61 0.02 38.04 0.94 0.68
Hex FA C2 61 0 16 3D 2 26 5E 44
Octal 372 302 141 0 26 75 2 46 136 104
Binary 11111010 11000010 1100001 0 10110 111101 10 100110 1011110 1000100

Color Harmonies of #FAC261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC261

Black with #FAC261

Text Example


Text Example

White with #FAC261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC261; }

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

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

background-color css

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

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

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

border-color css

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

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

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