Html Css Color HEX #FCC753 Golden Tainoi

📋 copy color: '#FCC753'

red 252 ◦ green 199 ◦ blue 83

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

Shades of Golden Tainoi #FCC753

Tints of Golden Tainoi #FCC753

RGB

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

 GREEN value IS 199 (78.13% from 255) = 37.27%

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

R = 47.19%
G = 37.27%
B = 15.54%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.67

 K value IS 0.01

RGB Variations

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

Color information

#FCC753 (or 0xFCC753) is known color: Golden Tainoi. HEX triplet: FC, C7 and 53. RGB value is (252,199,83). Sum of RGB (Red+Green+Blue) = 252+199+83=534 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.19% from 534); Green value is 199 (78.12% from 255 or 37.27% from 534); Blue value is 83 (32.81% from 255 or 15.54% from 534); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC753 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC753 is #0338AC. Grayscale: #CACACA. Windows color (decimal): -211117 or 5490684. OLE color: 5490684.

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

Color convert

RGB 252 199 83 -
CMYK 0 0.21 0.67 0.01
HSL 41.18º 0.97% 0.66% -
HSV(B) 41.18º 0.67% 0.99% -
XYZ 62.13 62.17 16.91 -
YUV 201.62 61.06 163.93 -
System Red Green Blue C M Y K H S L
Decimal 252 199 83 0 0.21 0.67 0.01 41.18 0.97 0.66
Hex FC C7 53 0 15 43 1 29 61 42
Octal 374 307 123 0 25 103 1 51 141 102
Binary 11111100 11000111 1010011 0 10101 1000011 1 101001 1100001 1000010

Color Harmonies of #FCC753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC753

Black with #FCC753

Text Example


Text Example

White with #FCC753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC753; }

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

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

background-color css

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

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

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

border-color css

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

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

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