Html Css Color HEX #FCC350 Golden Tainoi

📋 copy color: '#FCC350'

red 252 ◦ green 195 ◦ blue 80

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

Shades of Golden Tainoi #FCC350

Tints of Golden Tainoi #FCC350

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 15.18%

R = 47.82%
G = 37%
B = 15.18%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FCC350 (or 0xFCC350) is known color: Golden Tainoi. HEX triplet: FC, C3 and 50. RGB value is (252,195,80). Sum of RGB (Red+Green+Blue) = 252+195+80=527 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.82% from 527); Green value is 195 (76.56% from 255 or 37.00% from 527); Blue value is 80 (31.64% from 255 or 15.18% from 527); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC350 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC350 is #033CAF. Grayscale: #C7C7C7. Windows color (decimal): -212144 or 5293052. OLE color: 5293052.

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

Color convert

RGB 252 195 80 -
CMYK 0 0.23 0.68 0.01
HSL 40.12º 0.97% 0.65% -
HSV(B) 40.12º 0.68% 0.99% -
XYZ 61.11 60.3 16.01 -
YUV 198.93 60.88 165.85 -
System Red Green Blue C M Y K H S L
Decimal 252 195 80 0 0.23 0.68 0.01 40.12 0.97 0.65
Hex FC C3 50 0 17 44 1 28 61 41
Octal 374 303 120 0 27 104 1 50 141 101
Binary 11111100 11000011 1010000 0 10111 1000100 1 101000 1100001 1000001

Color Harmonies of #FCC350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC350

Black with #FCC350

Text Example


Text Example

White with #FCC350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC350; }

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

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

background-color css

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

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

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

border-color css

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

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

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