Html Css Color HEX #FAC458 Golden Tainoi

📋 copy color: '#FAC458'

red 250 ◦ green 196 ◦ blue 88

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

Shades of Golden Tainoi #FAC458

Tints of Golden Tainoi #FAC458

RGB

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

 GREEN value IS 196 (76.95% from 255) = 36.7%

 BLUE value IS 88 (34.77% from 255) = 16.48%

R = 46.82%
G = 36.7%
B = 16.48%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.65

 K value IS 0.02

RGB Variations

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

Color information

#FAC458 (or 0xFAC458) is known color: Golden Tainoi. HEX triplet: FA, C4 and 58. RGB value is (250,196,88). Sum of RGB (Red+Green+Blue) = 250+196+88=534 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.82% from 534); Green value is 196 (76.95% from 255 or 36.70% from 534); Blue value is 88 (34.77% from 255 or 16.48% from 534); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC458 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC458 is #053BA7. Grayscale: #C8C8C8. Windows color (decimal): -342952 or 5817594. OLE color: 5817594.

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

Color convert

RGB 250 196 88 -
CMYK 0 0.22 0.65 0.02
HSL 40º 0.94% 0.66% -
HSV(B) 40º 0.65% 0.98% -
XYZ 60.93 60.51 17.7 -
YUV 199.83 64.89 163.78 -
System Red Green Blue C M Y K H S L
Decimal 250 196 88 0 0.22 0.65 0.02 40 0.94 0.66
Hex FA C4 58 0 16 41 2 28 5E 42
Octal 372 304 130 0 26 101 2 50 136 102
Binary 11111010 11000100 1011000 0 10110 1000001 10 101000 1011110 1000010

Color Harmonies of #FAC458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC458

Black with #FAC458

Text Example


Text Example

White with #FAC458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC458; }

 p { color: rgb(250,196,88); }

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

background-color css

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

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

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

border-color css

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

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

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