Html Css Color HEX #FCC562 Golden Tainoi

📋 copy color: '#FCC562'

red 252 ◦ green 197 ◦ blue 98

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

Shades of Golden Tainoi #FCC562

Tints of Golden Tainoi #FCC562

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 17.92%

R = 46.07%
G = 36.01%
B = 17.92%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.61

 K value IS 0.01

RGB Variations

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

Color information

#FCC562 (or 0xFCC562) is known color: Golden Tainoi. HEX triplet: FC, C5 and 62. RGB value is (252,197,98). Sum of RGB (Red+Green+Blue) = 252+197+98=547 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.07% from 547); Green value is 197 (77.34% from 255 or 36.01% from 547); Blue value is 98 (38.67% from 255 or 17.92% from 547); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC562 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC562 is #033A9D. Grayscale: #CACACA. Windows color (decimal): -211614 or 6473212. OLE color: 6473212.

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

Color convert

RGB 252 197 98 -
CMYK 0 0.22 0.61 0.01
HSL 38.57º 0.96% 0.69% -
HSV(B) 38.57º 0.61% 0.99% -
XYZ 62.32 61.51 20.14 -
YUV 202.16 69.22 163.55 -
System Red Green Blue C M Y K H S L
Decimal 252 197 98 0 0.22 0.61 0.01 38.57 0.96 0.69
Hex FC C5 62 0 16 3D 1 27 60 45
Octal 374 305 142 0 26 75 1 47 140 105
Binary 11111100 11000101 1100010 0 10110 111101 1 100111 1100000 1000101

Color Harmonies of #FCC562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC562

Black with #FCC562

Text Example


Text Example

White with #FCC562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC562; }

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

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

background-color css

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

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

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

border-color css

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

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

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