Html Css Color HEX #FCC643 Golden Tainoi

📋 copy color: '#FCC643'

red 252 ◦ green 198 ◦ blue 67

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

Shades of Golden Tainoi #FCC643

Tints of Golden Tainoi #FCC643

RGB

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

 GREEN value IS 198 (77.73% from 255) = 38.3%

 BLUE value IS 67 (26.56% from 255) = 12.96%

R = 48.74%
G = 38.3%
B = 12.96%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.73

 K value IS 0.01

RGB Variations

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

Color information

#FCC643 (or 0xFCC643) is known color: Golden Tainoi. HEX triplet: FC, C6 and 43. RGB value is (252,198,67). Sum of RGB (Red+Green+Blue) = 252+198+67=517 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.74% from 517); Green value is 198 (77.73% from 255 or 38.30% from 517); Blue value is 67 (26.56% from 255 or 12.96% from 517); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC643 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC643 is #0339BC. Grayscale: #C7C7C7. Windows color (decimal): -211389 or 4441852. OLE color: 4441852.

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

Color convert

RGB 252 198 67 -
CMYK 0 0.21 0.73 0.01
HSL 42.49º 0.97% 0.63% -
HSV(B) 42.49º 0.73% 0.99% -
XYZ 61.35 61.49 13.95 -
YUV 199.21 53.39 165.65 -
System Red Green Blue C M Y K H S L
Decimal 252 198 67 0 0.21 0.73 0.01 42.49 0.97 0.63
Hex FC C6 43 0 15 49 1 2A 61 3F
Octal 374 306 103 0 25 111 1 52 141 77
Binary 11111100 11000110 1000011 0 10101 1001001 1 101010 1100001 111111

Color Harmonies of #FCC643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC643

Black with #FCC643

Text Example


Text Example

White with #FCC643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC643; }

 p { color: rgb(252,198,67); }

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

background-color css

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

 a { background-color: rgb(252,198,67); }

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

border-color css

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

 span { border-color: rgb(252,198,67); }

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