Html Css Color HEX #FCC363 Golden Tainoi

📋 copy color: '#FCC363'

red 252 ◦ green 195 ◦ blue 99

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

Shades of Golden Tainoi #FCC363

Tints of Golden Tainoi #FCC363

RGB

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

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

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

R = 46.15%
G = 35.71%
B = 18.13%

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

#FCC363 (or 0xFCC363) is known color: Golden Tainoi. HEX triplet: FC, C3 and 63. RGB value is (252,195,99). Sum of RGB (Red+Green+Blue) = 252+195+99=546 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.15% from 546); Green value is 195 (76.56% from 255 or 35.71% from 546); Blue value is 99 (39.06% from 255 or 18.13% from 546); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC363 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC363 is #033C9C. Grayscale: #C9C9C9. Windows color (decimal): -212125 or 6538236. OLE color: 6538236.

HSL color Cylindrical-coordinate representation of color #FCC363: hue angle of 37.65º 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 #FCC363 is Cyan = 0, Magento = 0.23, Yellow = 0.61 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 195 99 -
CMYK 0 0.23 0.61 0.01
HSL 37.65º 0.96% 0.69% -
HSV(B) 37.65º 0.61% 0.99% -
XYZ 61.91 60.63 20.24 -
YUV 201.1 70.38 164.31 -
System Red Green Blue C M Y K H S L
Decimal 252 195 99 0 0.23 0.61 0.01 37.65 0.96 0.69
Hex FC C3 63 0 17 3D 1 26 60 45
Octal 374 303 143 0 27 75 1 46 140 105
Binary 11111100 11000011 1100011 0 10111 111101 1 100110 1100000 1000101

Color Harmonies of #FCC363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC363

Black with #FCC363

Text Example


Text Example

White with #FCC363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC363; }

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

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

background-color css

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

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

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

border-color css

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

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

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