Html Css Color HEX #FCC849 Golden Tainoi

📋 copy color: '#FCC849'

red 252 ◦ green 200 ◦ blue 73

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

Shades of Golden Tainoi #FCC849

Tints of Golden Tainoi #FCC849

RGB

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

 GREEN value IS 200 (78.52% from 255) = 38.1%

 BLUE value IS 73 (28.91% from 255) = 13.9%

R = 48%
G = 38.1%
B = 13.9%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FCC849 (or 0xFCC849) is known color: Golden Tainoi. HEX triplet: FC, C8 and 49. RGB value is (252,200,73). Sum of RGB (Red+Green+Blue) = 252+200+73=525 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48% from 525); Green value is 200 (78.52% from 255 or 38.10% from 525); Blue value is 73 (28.91% from 255 or 13.90% from 525); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC849 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC849 is #0337B6. Grayscale: #C9C9C9. Windows color (decimal): -210871 or 4835580. OLE color: 4835580.

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

Color convert

RGB 252 200 73 -
CMYK 0 0.21 0.71 0.01
HSL 42.57º 0.97% 0.64% -
HSV(B) 42.57º 0.71% 0.99% -
XYZ 62 62.49 15.1 -
YUV 201.07 55.73 164.33 -
System Red Green Blue C M Y K H S L
Decimal 252 200 73 0 0.21 0.71 0.01 42.57 0.97 0.64
Hex FC C8 49 0 15 47 1 2B 61 40
Octal 374 310 111 0 25 107 1 53 141 100
Binary 11111100 11001000 1001001 0 10101 1000111 1 101011 1100001 1000000

Color Harmonies of #FCC849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC849

Black with #FCC849

Text Example


Text Example

White with #FCC849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC849; }

 p { color: rgb(252,200,73); }

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

background-color css

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

 a { background-color: rgb(252,200,73); }

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

border-color css

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

 span { border-color: rgb(252,200,73); }

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