Html Css Color HEX #FDC745 Golden Tainoi

📋 copy color: '#FDC745'

red 253 ◦ green 199 ◦ blue 69

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

Shades of Golden Tainoi #FDC745

Tints of Golden Tainoi #FDC745

RGB

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

 GREEN value IS 199 (78.13% from 255) = 38.2%

 BLUE value IS 69 (27.34% from 255) = 13.24%

R = 48.56%
G = 38.2%
B = 13.24%

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

#FDC745 (or 0xFDC745) is known color: Golden Tainoi. HEX triplet: FD, C7 and 45. RGB value is (253,199,69). Sum of RGB (Red+Green+Blue) = 253+199+69=521 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.56% from 521); Green value is 199 (78.12% from 255 or 38.20% from 521); Blue value is 69 (27.34% from 255 or 13.24% from 521); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC745 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC745 is #0238BA. Grayscale: #C8C8C8. Windows color (decimal): -145595 or 4573181. OLE color: 4573181.

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

Color convert

RGB 253 199 69 -
CMYK 0 0.21 0.73 0.01
HSL 42.39º 0.98% 0.63% -
HSV(B) 42.39º 0.73% 0.99% -
XYZ 62.01 62.16 14.36 -
YUV 200.33 53.89 165.57 -
System Red Green Blue C M Y K H S L
Decimal 253 199 69 0 0.21 0.73 0.01 42.39 0.98 0.63
Hex FD C7 45 0 15 49 1 2A 62 3F
Octal 375 307 105 0 25 111 1 52 142 77
Binary 11111101 11000111 1000101 0 10101 1001001 1 101010 1100010 111111

Color Harmonies of #FDC745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC745

Black with #FDC745

Text Example


Text Example

White with #FDC745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC745; }

 p { color: rgb(253,199,69); }

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

background-color css

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

 a { background-color: rgb(253,199,69); }

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

border-color css

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

 span { border-color: rgb(253,199,69); }

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