Html Css Color HEX #FCC354 Golden Tainoi

📋 copy color: '#FCC354'

red 252 ◦ green 195 ◦ blue 84

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

Shades of Golden Tainoi #FCC354

Tints of Golden Tainoi #FCC354

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 15.82%

R = 47.46%
G = 36.72%
B = 15.82%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.67

 K value IS 0.01

RGB Variations

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

Color information

#FCC354 (or 0xFCC354) is known color: Golden Tainoi. HEX triplet: FC, C3 and 54. RGB value is (252,195,84). Sum of RGB (Red+Green+Blue) = 252+195+84=531 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.46% from 531); Green value is 195 (76.56% from 255 or 36.72% from 531); Blue value is 84 (33.20% from 255 or 15.82% from 531); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC354 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC354 is #033CAB. Grayscale: #C7C7C7. Windows color (decimal): -212140 or 5555196. OLE color: 5555196.

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

Color convert

RGB 252 195 84 -
CMYK 0 0.23 0.67 0.01
HSL 39.64º 0.97% 0.66% -
HSV(B) 39.64º 0.67% 0.99% -
XYZ 61.26 60.37 16.81 -
YUV 199.39 62.88 165.53 -
System Red Green Blue C M Y K H S L
Decimal 252 195 84 0 0.23 0.67 0.01 39.64 0.97 0.66
Hex FC C3 54 0 17 43 1 28 61 42
Octal 374 303 124 0 27 103 1 50 141 102
Binary 11111100 11000011 1010100 0 10111 1000011 1 101000 1100001 1000010

Color Harmonies of #FCC354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC354

Black with #FCC354

Text Example


Text Example

White with #FCC354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC354; }

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

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

background-color css

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

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

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

border-color css

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

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

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