Html Css Color HEX #FCC246 Golden Tainoi

📋 copy color: '#FCC246'

red 252 ◦ green 194 ◦ blue 70

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

Shades of Golden Tainoi #FCC246

Tints of Golden Tainoi #FCC246

RGB

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

 GREEN value IS 194 (76.17% from 255) = 37.6%

 BLUE value IS 70 (27.73% from 255) = 13.57%

R = 48.84%
G = 37.6%
B = 13.57%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.72

 K value IS 0.01

RGB Variations

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

Color information

#FCC246 (or 0xFCC246) is known color: Golden Tainoi. HEX triplet: FC, C2 and 46. RGB value is (252,194,70). Sum of RGB (Red+Green+Blue) = 252+194+70=516 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.84% from 516); Green value is 194 (76.17% from 255 or 37.60% from 516); Blue value is 70 (27.73% from 255 or 13.57% from 516); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC246 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC246 is #033DB9. Grayscale: #C5C5C5. Windows color (decimal): -212410 or 4637436. OLE color: 4637436.

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

Color convert

RGB 252 194 70 -
CMYK 0 0.23 0.72 0.01
HSL 40.88º 0.97% 0.63% -
HSV(B) 40.88º 0.72% 0.99% -
XYZ 60.54 59.72 14.13 -
YUV 197.21 56.22 167.08 -
System Red Green Blue C M Y K H S L
Decimal 252 194 70 0 0.23 0.72 0.01 40.88 0.97 0.63
Hex FC C2 46 0 17 48 1 29 61 3F
Octal 374 302 106 0 27 110 1 51 141 77
Binary 11111100 11000010 1000110 0 10111 1001000 1 101001 1100001 111111

Color Harmonies of #FCC246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC246

Black with #FCC246

Text Example


Text Example

White with #FCC246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC246; }

 p { color: rgb(252,194,70); }

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

background-color css

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

 a { background-color: rgb(252,194,70); }

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

border-color css

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

 span { border-color: rgb(252,194,70); }

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