Html Css Color HEX #FDC443 Golden Tainoi

📋 copy color: '#FDC443'

red 253 ◦ green 196 ◦ blue 67

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

Shades of Golden Tainoi #FDC443

Tints of Golden Tainoi #FDC443

RGB

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

 GREEN value IS 196 (76.95% from 255) = 37.98%

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

R = 49.03%
G = 37.98%
B = 12.98%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FDC443 (or 0xFDC443) is known color: Golden Tainoi. HEX triplet: FD, C4 and 43. RGB value is (253,196,67). Sum of RGB (Red+Green+Blue) = 253+196+67=516 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.03% from 516); Green value is 196 (76.95% from 255 or 37.98% from 516); Blue value is 67 (26.56% from 255 or 12.98% from 516); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC443 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC443 is #023BBC. Grayscale: #C6C6C6. Windows color (decimal): -146365 or 4441341. OLE color: 4441341.

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

Color convert

RGB 253 196 67 -
CMYK 0 0.23 0.74 0.01
HSL 41.61º 0.98% 0.63% -
HSV(B) 41.61º 0.74% 0.99% -
XYZ 61.26 60.77 13.81 -
YUV 198.34 53.88 166.99 -
System Red Green Blue C M Y K H S L
Decimal 253 196 67 0 0.23 0.74 0.01 41.61 0.98 0.63
Hex FD C4 43 0 17 4A 1 2A 62 3F
Octal 375 304 103 0 27 112 1 52 142 77
Binary 11111101 11000100 1000011 0 10111 1001010 1 101010 1100010 111111

Color Harmonies of #FDC443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC443

Black with #FDC443

Text Example


Text Example

White with #FDC443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC443; }

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

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

background-color css

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

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

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

border-color css

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

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

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