Html Css Color HEX #FDC543 Golden Tainoi

📋 copy color: '#FDC543'

red 253 ◦ green 197 ◦ blue 67

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

Shades of Golden Tainoi #FDC543

Tints of Golden Tainoi #FDC543

RGB

 RED value IS 253 (99.22% from 255) = 48.94%

 GREEN value IS 197 (77.34% from 255) = 38.1%

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

R = 48.94%
G = 38.1%
B = 12.96%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FDC543 (or 0xFDC543) is known color: Golden Tainoi. HEX triplet: FD, C5 and 43. RGB value is (253,197,67). Sum of RGB (Red+Green+Blue) = 253+197+67=517 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.94% from 517); Green value is 197 (77.34% from 255 or 38.10% from 517); Blue value is 67 (26.56% from 255 or 12.96% from 517); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC543 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC543 is #023ABC. Grayscale: #C7C7C7. Windows color (decimal): -146109 or 4441597. OLE color: 4441597.

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

Color convert

RGB 253 197 67 -
CMYK 0 0.22 0.74 0.01
HSL 41.94º 0.98% 0.63% -
HSV(B) 41.94º 0.74% 0.99% -
XYZ 61.49 61.22 13.89 -
YUV 198.92 53.55 166.57 -
System Red Green Blue C M Y K H S L
Decimal 253 197 67 0 0.22 0.74 0.01 41.94 0.98 0.63
Hex FD C5 43 0 16 4A 1 2A 62 3F
Octal 375 305 103 0 26 112 1 52 142 77
Binary 11111101 11000101 1000011 0 10110 1001010 1 101010 1100010 111111

Color Harmonies of #FDC543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC543

Black with #FDC543

Text Example


Text Example

White with #FDC543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC543; }

 p { color: rgb(253,197,67); }

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

background-color css

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

 a { background-color: rgb(253,197,67); }

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

border-color css

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

 span { border-color: rgb(253,197,67); }

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