Html Css Color HEX #FCC163 Golden Tainoi

📋 copy color: '#FCC163'

red 252 ◦ green 193 ◦ blue 99

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

Shades of Golden Tainoi #FCC163

Tints of Golden Tainoi #FCC163

RGB

 RED value IS 252 (98.83% from 255) = 46.32%

 GREEN value IS 193 (75.78% from 255) = 35.48%

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

R = 46.32%
G = 35.48%
B = 18.2%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.61

 K value IS 0.01

RGB Variations

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

Color information

#FCC163 (or 0xFCC163) is known color: Golden Tainoi. HEX triplet: FC, C1 and 63. RGB value is (252,193,99). Sum of RGB (Red+Green+Blue) = 252+193+99=544 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.32% from 544); Green value is 193 (75.78% from 255 or 35.48% from 544); Blue value is 99 (39.06% from 255 or 18.20% from 544); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC163 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC163 is #033E9C. Grayscale: #C8C8C8. Windows color (decimal): -212637 or 6537724. OLE color: 6537724.

HSL color Cylindrical-coordinate representation of color #FCC163: hue angle of 36.86º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FCC163 is Cyan = 0, Magento = 0.23, Yellow = 0.61 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 193 99 -
CMYK 0 0.23 0.61 0.01
HSL 36.86º 0.96% 0.69% -
HSV(B) 36.86º 0.61% 0.99% -
XYZ 61.47 59.74 20.09 -
YUV 199.93 71.05 165.14 -
System Red Green Blue C M Y K H S L
Decimal 252 193 99 0 0.23 0.61 0.01 36.86 0.96 0.69
Hex FC C1 63 0 17 3D 1 25 60 45
Octal 374 301 143 0 27 75 1 45 140 105
Binary 11111100 11000001 1100011 0 10111 111101 1 100101 1100000 1000101

Color Harmonies of #FCC163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC163

Black with #FCC163

Text Example


Text Example

White with #FCC163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC163; }

 p { color: rgb(252,193,99); }

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

background-color css

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

 a { background-color: rgb(252,193,99); }

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

border-color css

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

 span { border-color: rgb(252,193,99); }

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