Html Css Color HEX #FCC553 Golden Tainoi

📋 copy color: '#FCC553'

red 252 ◦ green 197 ◦ blue 83

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

Shades of Golden Tainoi #FCC553

Tints of Golden Tainoi #FCC553

RGB

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

 GREEN value IS 197 (77.34% from 255) = 37.03%

 BLUE value IS 83 (32.81% from 255) = 15.6%

R = 47.37%
G = 37.03%
B = 15.6%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.67

 K value IS 0.01

RGB Variations

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

Color information

#FCC553 (or 0xFCC553) is known color: Golden Tainoi. HEX triplet: FC, C5 and 53. RGB value is (252,197,83). Sum of RGB (Red+Green+Blue) = 252+197+83=532 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.37% from 532); Green value is 197 (77.34% from 255 or 37.03% from 532); Blue value is 83 (32.81% from 255 or 15.60% from 532); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC553 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC553 is #033AAC. Grayscale: #C8C8C8. Windows color (decimal): -211629 or 5490172. OLE color: 5490172.

HSL color Cylindrical-coordinate representation of color #FCC553: hue angle of 40.47º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FCC553 is Cyan = 0, Magento = 0.22, Yellow = 0.67 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 197 83 -
CMYK 0 0.22 0.67 0.01
HSL 40.47º 0.97% 0.66% -
HSV(B) 40.47º 0.67% 0.99% -
XYZ 61.67 61.25 16.76 -
YUV 200.45 61.72 164.77 -
System Red Green Blue C M Y K H S L
Decimal 252 197 83 0 0.22 0.67 0.01 40.47 0.97 0.66
Hex FC C5 53 0 16 43 1 28 61 42
Octal 374 305 123 0 26 103 1 50 141 102
Binary 11111100 11000101 1010011 0 10110 1000011 1 101000 1100001 1000010

Color Harmonies of #FCC553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC553

Black with #FCC553

Text Example


Text Example

White with #FCC553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC553; }

 p { color: rgb(252,197,83); }

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

background-color css

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

 a { background-color: rgb(252,197,83); }

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

border-color css

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

 span { border-color: rgb(252,197,83); }

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