Html Css Color HEX #FCC745 Golden Tainoi

📋 copy color: '#FCC745'

red 252 ◦ green 199 ◦ blue 69

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

Shades of Golden Tainoi #FCC745

Tints of Golden Tainoi #FCC745

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 13.27%

R = 48.46%
G = 38.27%
B = 13.27%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.73

 K value IS 0.01

RGB Variations

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

Color information

#FCC745 (or 0xFCC745) is known color: Golden Tainoi. HEX triplet: FC, C7 and 45. RGB value is (252,199,69). Sum of RGB (Red+Green+Blue) = 252+199+69=520 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.46% from 520); Green value is 199 (78.12% from 255 or 38.27% from 520); Blue value is 69 (27.34% from 255 or 13.27% from 520); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC745 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC745 is #0338BA. Grayscale: #C8C8C8. Windows color (decimal): -211131 or 4573180. OLE color: 4573180.

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

Color convert

RGB 252 199 69 -
CMYK 0 0.21 0.73 0.01
HSL 42.62º 0.97% 0.63% -
HSV(B) 42.62º 0.73% 0.99% -
XYZ 61.64 61.97 14.34 -
YUV 200.03 54.06 165.07 -
System Red Green Blue C M Y K H S L
Decimal 252 199 69 0 0.21 0.73 0.01 42.62 0.97 0.63
Hex FC C7 45 0 15 49 1 2B 61 3F
Octal 374 307 105 0 25 111 1 53 141 77
Binary 11111100 11000111 1000101 0 10101 1001001 1 101011 1100001 111111

Color Harmonies of #FCC745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC745

Black with #FCC745

Text Example


Text Example

White with #FCC745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC745; }

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

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

background-color css

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

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

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

border-color css

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

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

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