Html Css Color HEX #FCC351 Golden Tainoi

📋 copy color: '#FCC351'

red 252 ◦ green 195 ◦ blue 81

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

Shades of Golden Tainoi #FCC351

Tints of Golden Tainoi #FCC351

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 15.34%

R = 47.73%
G = 36.93%
B = 15.34%

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

#FCC351 (or 0xFCC351) is known color: Golden Tainoi. HEX triplet: FC, C3 and 51. RGB value is (252,195,81). Sum of RGB (Red+Green+Blue) = 252+195+81=528 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.73% from 528); Green value is 195 (76.56% from 255 or 36.93% from 528); Blue value is 81 (32.03% from 255 or 15.34% from 528); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC351 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC351 is #033CAE. Grayscale: #C7C7C7. Windows color (decimal): -212143 or 5358588. OLE color: 5358588.

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

Color convert

RGB 252 195 81 -
CMYK 0 0.23 0.68 0.01
HSL 40º 0.97% 0.65% -
HSV(B) 40º 0.68% 0.99% -
XYZ 61.15 60.32 16.2 -
YUV 199.05 61.38 165.77 -
System Red Green Blue C M Y K H S L
Decimal 252 195 81 0 0.23 0.68 0.01 40 0.97 0.65
Hex FC C3 51 0 17 44 1 28 61 41
Octal 374 303 121 0 27 104 1 50 141 101
Binary 11111100 11000011 1010001 0 10111 1000100 1 101000 1100001 1000001

Color Harmonies of #FCC351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC351

Black with #FCC351

Text Example


Text Example

White with #FCC351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC351; }

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

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

background-color css

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

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

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

border-color css

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

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

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