Html Css Color HEX #FCC353 Golden Tainoi

📋 copy color: '#FCC353'

red 252 ◦ green 195 ◦ blue 83

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

Shades of Golden Tainoi #FCC353

Tints of Golden Tainoi #FCC353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 15.66%

R = 47.55%
G = 36.79%
B = 15.66%

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

#FCC353 (or 0xFCC353) is known color: Golden Tainoi. HEX triplet: FC, C3 and 53. RGB value is (252,195,83). Sum of RGB (Red+Green+Blue) = 252+195+83=530 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.55% from 530); Green value is 195 (76.56% from 255 or 36.79% from 530); Blue value is 83 (32.81% from 255 or 15.66% from 530); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC353 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC353 is #033CAC. Grayscale: #C7C7C7. Windows color (decimal): -212141 or 5489660. OLE color: 5489660.

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

Color convert

RGB 252 195 83 -
CMYK 0 0.23 0.67 0.01
HSL 39.76º 0.97% 0.66% -
HSV(B) 39.76º 0.67% 0.99% -
XYZ 61.22 60.35 16.61 -
YUV 199.28 62.38 165.61 -
System Red Green Blue C M Y K H S L
Decimal 252 195 83 0 0.23 0.67 0.01 39.76 0.97 0.66
Hex FC C3 53 0 17 43 1 28 61 42
Octal 374 303 123 0 27 103 1 50 141 102
Binary 11111100 11000011 1010011 0 10111 1000011 1 101000 1100001 1000010

Color Harmonies of #FCC353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC353

Black with #FCC353

Text Example


Text Example

White with #FCC353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC353; }

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

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

background-color css

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

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

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

border-color css

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

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

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