Html Css Color HEX #FAC356 Golden Tainoi

📋 copy color: '#FAC356'

red 250 ◦ green 195 ◦ blue 86

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

Shades of Golden Tainoi #FAC356

Tints of Golden Tainoi #FAC356

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 16.2%

R = 47.08%
G = 36.72%
B = 16.2%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.66

 K value IS 0.02

RGB Variations

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

Color information

#FAC356 (or 0xFAC356) is known color: Golden Tainoi. HEX triplet: FA, C3 and 56. RGB value is (250,195,86). Sum of RGB (Red+Green+Blue) = 250+195+86=531 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.08% from 531); Green value is 195 (76.56% from 255 or 36.72% from 531); Blue value is 86 (33.98% from 255 or 16.20% from 531); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC356 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC356 is #053CA9. Grayscale: #C7C7C7. Windows color (decimal): -343210 or 5686266. OLE color: 5686266.

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

Color convert

RGB 250 195 86 -
CMYK 0 0.22 0.66 0.02
HSL 39.88º 0.94% 0.66% -
HSV(B) 39.88º 0.66% 0.98% -
XYZ 60.62 60.03 17.2 -
YUV 199.02 64.22 164.36 -
System Red Green Blue C M Y K H S L
Decimal 250 195 86 0 0.22 0.66 0.02 39.88 0.94 0.66
Hex FA C3 56 0 16 42 2 28 5E 42
Octal 372 303 126 0 26 102 2 50 136 102
Binary 11111010 11000011 1010110 0 10110 1000010 10 101000 1011110 1000010

Color Harmonies of #FAC356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC356

Black with #FAC356

Text Example


Text Example

White with #FAC356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC356; }

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

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

background-color css

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

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

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

border-color css

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

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

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