Html Css Color HEX #FDC446 Golden Tainoi

📋 copy color: '#FDC446'

red 253 ◦ green 196 ◦ blue 70

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

Shades of Golden Tainoi #FDC446

Tints of Golden Tainoi #FDC446

RGB

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

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

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

R = 48.75%
G = 37.76%
B = 13.49%

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

#FDC446 (or 0xFDC446) is known color: Golden Tainoi. HEX triplet: FD, C4 and 46. RGB value is (253,196,70). Sum of RGB (Red+Green+Blue) = 253+196+70=519 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.75% from 519); Green value is 196 (76.95% from 255 or 37.76% from 519); Blue value is 70 (27.73% from 255 or 13.49% from 519); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC446 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC446 is #023BB9. Grayscale: #C7C7C7. Windows color (decimal): -146362 or 4637949. OLE color: 4637949.

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

Color convert

RGB 253 196 70 -
CMYK 0 0.23 0.72 0.01
HSL 41.31º 0.98% 0.63% -
HSV(B) 41.31º 0.72% 0.99% -
XYZ 61.35 60.8 14.3 -
YUV 198.68 55.38 166.75 -
System Red Green Blue C M Y K H S L
Decimal 253 196 70 0 0.23 0.72 0.01 41.31 0.98 0.63
Hex FD C4 46 0 17 48 1 29 62 3F
Octal 375 304 106 0 27 110 1 51 142 77
Binary 11111101 11000100 1000110 0 10111 1001000 1 101001 1100010 111111

Color Harmonies of #FDC446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC446

Black with #FDC446

Text Example


Text Example

White with #FDC446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC446; }

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

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

background-color css

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

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

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

border-color css

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

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

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