Html Css Color HEX #FAC363 Golden Tainoi

📋 copy color: '#FAC363'

red 250 ◦ green 195 ◦ blue 99

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

Shades of Golden Tainoi #FAC363

Tints of Golden Tainoi #FAC363

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 18.2%

R = 45.96%
G = 35.85%
B = 18.2%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#FAC363 (or 0xFAC363) is known color: Golden Tainoi. HEX triplet: FA, C3 and 63. RGB value is (250,195,99). Sum of RGB (Red+Green+Blue) = 250+195+99=544 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.96% from 544); Green value is 195 (76.56% from 255 or 35.85% from 544); Blue value is 99 (39.06% from 255 or 18.20% from 544); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC363 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC363 is #053C9C. Grayscale: #C8C8C8. Windows color (decimal): -343197 or 6538234. OLE color: 6538234.

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

Color convert

RGB 250 195 99 -
CMYK 0 0.22 0.60 0.02
HSL 38.15º 0.94% 0.68% -
HSV(B) 38.15º 0.6% 0.98% -
XYZ 61.19 60.26 20.21 -
YUV 200.5 70.72 163.31 -
System Red Green Blue C M Y K H S L
Decimal 250 195 99 0 0.22 0.60 0.02 38.15 0.94 0.68
Hex FA C3 63 0 16 3C 2 26 5E 44
Octal 372 303 143 0 26 74 2 46 136 104
Binary 11111010 11000011 1100011 0 10110 111100 10 100110 1011110 1000100

Color Harmonies of #FAC363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC363

Black with #FAC363

Text Example


Text Example

White with #FAC363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC363; }

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

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

background-color css

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

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

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

border-color css

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

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

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