Html Css Color HEX #FCC749 Golden Tainoi

📋 copy color: '#FCC749'

red 252 ◦ green 199 ◦ blue 73

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

Shades of Golden Tainoi #FCC749

Tints of Golden Tainoi #FCC749

RGB

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

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

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

R = 48.09%
G = 37.98%
B = 13.93%

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

#FCC749 (or 0xFCC749) is known color: Golden Tainoi. HEX triplet: FC, C7 and 49. RGB value is (252,199,73). Sum of RGB (Red+Green+Blue) = 252+199+73=524 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.09% from 524); Green value is 199 (78.12% from 255 or 37.98% from 524); Blue value is 73 (28.91% from 255 or 13.93% from 524); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC749 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC749 is #0338B6. Grayscale: #C9C9C9. Windows color (decimal): -211127 or 4835324. OLE color: 4835324.

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

Color convert

RGB 252 199 73 -
CMYK 0 0.21 0.71 0.01
HSL 42.23º 0.97% 0.64% -
HSV(B) 42.23º 0.71% 0.99% -
XYZ 61.77 62.02 15.02 -
YUV 200.48 56.06 164.75 -
System Red Green Blue C M Y K H S L
Decimal 252 199 73 0 0.21 0.71 0.01 42.23 0.97 0.64
Hex FC C7 49 0 15 47 1 2A 61 40
Octal 374 307 111 0 25 107 1 52 141 100
Binary 11111100 11000111 1001001 0 10101 1000111 1 101010 1100001 1000000

Color Harmonies of #FCC749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC749

Black with #FCC749

Text Example


Text Example

White with #FCC749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC749; }

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

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

background-color css

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

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

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

border-color css

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

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

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