Html Css Color HEX #FAC358 Golden Tainoi

📋 copy color: '#FAC358'

red 250 ◦ green 195 ◦ blue 88

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

Shades of Golden Tainoi #FAC358

Tints of Golden Tainoi #FAC358

RGB

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

 GREEN value IS 195 (76.56% from 255) = 36.59%

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

R = 46.9%
G = 36.59%
B = 16.51%

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

#FAC358 (or 0xFAC358) is known color: Golden Tainoi. HEX triplet: FA, C3 and 58. RGB value is (250,195,88). Sum of RGB (Red+Green+Blue) = 250+195+88=533 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.90% from 533); Green value is 195 (76.56% from 255 or 36.59% from 533); Blue value is 88 (34.77% from 255 or 16.51% from 533); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC358 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC358 is #053CA7. Grayscale: #C7C7C7. Windows color (decimal): -343208 or 5817338. OLE color: 5817338.

HSL color Cylindrical-coordinate representation of color #FAC358: hue angle of 39.63º 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 #FAC358 is Cyan = 0, Magento = 0.22, Yellow = 0.65 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 195 88 -
CMYK 0 0.22 0.65 0.02
HSL 39.63º 0.94% 0.66% -
HSV(B) 39.63º 0.65% 0.98% -
XYZ 60.7 60.06 17.63 -
YUV 199.25 65.22 164.2 -
System Red Green Blue C M Y K H S L
Decimal 250 195 88 0 0.22 0.65 0.02 39.63 0.94 0.66
Hex FA C3 58 0 16 41 2 28 5E 42
Octal 372 303 130 0 26 101 2 50 136 102
Binary 11111010 11000011 1011000 0 10110 1000001 10 101000 1011110 1000010

Color Harmonies of #FAC358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC358

Black with #FAC358

Text Example


Text Example

White with #FAC358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC358; }

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

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

background-color css

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

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

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

border-color css

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

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

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