Html Css Color HEX #FCC345 Golden Tainoi

📋 copy color: '#FCC345'

red 252 ◦ green 195 ◦ blue 69

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

Shades of Golden Tainoi #FCC345

Tints of Golden Tainoi #FCC345

RGB

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

 GREEN value IS 195 (76.56% from 255) = 37.79%

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

R = 48.84%
G = 37.79%
B = 13.37%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.73

 K value IS 0.01

RGB Variations

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

Color information

#FCC345 (or 0xFCC345) is known color: Golden Tainoi. HEX triplet: FC, C3 and 45. RGB value is (252,195,69). Sum of RGB (Red+Green+Blue) = 252+195+69=516 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.84% from 516); Green value is 195 (76.56% from 255 or 37.79% from 516); Blue value is 69 (27.34% from 255 or 13.37% from 516); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC345 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC345 is #033CBA. Grayscale: #C6C6C6. Windows color (decimal): -212155 or 4572156. OLE color: 4572156.

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

Color convert

RGB 252 195 69 -
CMYK 0 0.23 0.73 0.01
HSL 41.31º 0.97% 0.63% -
HSV(B) 41.31º 0.73% 0.99% -
XYZ 60.73 60.16 14.04 -
YUV 197.68 55.38 166.75 -
System Red Green Blue C M Y K H S L
Decimal 252 195 69 0 0.23 0.73 0.01 41.31 0.97 0.63
Hex FC C3 45 0 17 49 1 29 61 3F
Octal 374 303 105 0 27 111 1 51 141 77
Binary 11111100 11000011 1000101 0 10111 1001001 1 101001 1100001 111111

Color Harmonies of #FCC345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC345

Black with #FCC345

Text Example


Text Example

White with #FCC345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC345; }

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

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

background-color css

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

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

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

border-color css

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

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

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