Html Css Color HEX #FAC359 Golden Tainoi

📋 copy color: '#FAC359'

red 250 ◦ green 195 ◦ blue 89

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

Shades of Golden Tainoi #FAC359

Tints of Golden Tainoi #FAC359

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 16.67%

R = 46.82%
G = 36.52%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#FAC359 (or 0xFAC359) is known color: Golden Tainoi. HEX triplet: FA, C3 and 59. RGB value is (250,195,89). Sum of RGB (Red+Green+Blue) = 250+195+89=534 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.82% from 534); Green value is 195 (76.56% from 255 or 36.52% from 534); Blue value is 89 (35.16% from 255 or 16.67% from 534); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC359 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC359 is #053CA6. Grayscale: #C7C7C7. Windows color (decimal): -343207 or 5882874. OLE color: 5882874.

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

Color convert

RGB 250 195 89 -
CMYK 0 0.22 0.64 0.02
HSL 39.5º 0.94% 0.66% -
HSV(B) 39.5º 0.64% 0.98% -
XYZ 60.74 60.08 17.85 -
YUV 199.36 65.72 164.12 -
System Red Green Blue C M Y K H S L
Decimal 250 195 89 0 0.22 0.64 0.02 39.5 0.94 0.66
Hex FA C3 59 0 16 40 2 28 5E 42
Octal 372 303 131 0 26 100 2 50 136 102
Binary 11111010 11000011 1011001 0 10110 1000000 10 101000 1011110 1000010

Color Harmonies of #FAC359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC359

Black with #FAC359

Text Example


Text Example

White with #FAC359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC359; }

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

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

background-color css

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

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

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

border-color css

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

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

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