Html Css Color HEX #FDC245 Golden Tainoi

📋 copy color: '#FDC245'

red 253 ◦ green 194 ◦ blue 69

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

Shades of Golden Tainoi #FDC245

Tints of Golden Tainoi #FDC245

RGB

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

 GREEN value IS 194 (76.17% from 255) = 37.6%

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

R = 49.03%
G = 37.6%
B = 13.37%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.73

 K value IS 0.01

RGB Variations

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

Color information

#FDC245 (or 0xFDC245) is known color: Golden Tainoi. HEX triplet: FD, C2 and 45. RGB value is (253,194,69). Sum of RGB (Red+Green+Blue) = 253+194+69=516 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.03% from 516); Green value is 194 (76.17% from 255 or 37.60% from 516); Blue value is 69 (27.34% from 255 or 13.37% from 516); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC245 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC245 is #023DBA. Grayscale: #C5C5C5. Windows color (decimal): -146875 or 4571901. OLE color: 4571901.

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

Color convert

RGB 253 194 69 -
CMYK 0 0.23 0.73 0.01
HSL 40.76º 0.98% 0.63% -
HSV(B) 40.76º 0.73% 0.99% -
XYZ 60.87 59.9 13.98 -
YUV 197.39 55.55 167.66 -
System Red Green Blue C M Y K H S L
Decimal 253 194 69 0 0.23 0.73 0.01 40.76 0.98 0.63
Hex FD C2 45 0 17 49 1 29 62 3F
Octal 375 302 105 0 27 111 1 51 142 77
Binary 11111101 11000010 1000101 0 10111 1001001 1 101001 1100010 111111

Color Harmonies of #FDC245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC245

Black with #FDC245

Text Example


Text Example

White with #FDC245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC245; }

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

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

background-color css

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

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

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

border-color css

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

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

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