Html Css Color HEX #FDC045 Golden Tainoi

📋 copy color: '#FDC045'

red 253 ◦ green 192 ◦ blue 69

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

Shades of Golden Tainoi #FDC045

Tints of Golden Tainoi #FDC045

RGB

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

 GREEN value IS 192 (75.39% from 255) = 37.35%

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

R = 49.22%
G = 37.35%
B = 13.42%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.73

 K value IS 0.01

RGB Variations

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

Color information

#FDC045 (or 0xFDC045) is known color: Golden Tainoi. HEX triplet: FD, C0 and 45. RGB value is (253,192,69). Sum of RGB (Red+Green+Blue) = 253+192+69=514 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.22% from 514); Green value is 192 (75.39% from 255 or 37.35% from 514); Blue value is 69 (27.34% from 255 or 13.42% from 514); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC045 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC045 is #023FBA. Grayscale: #C4C4C4. Windows color (decimal): -147387 or 4571389. OLE color: 4571389.

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

Color convert

RGB 253 192 69 -
CMYK 0 0.24 0.73 0.01
HSL 40.11º 0.98% 0.63% -
HSV(B) 40.11º 0.73% 0.99% -
XYZ 60.43 59.01 13.84 -
YUV 196.22 56.21 168.5 -
System Red Green Blue C M Y K H S L
Decimal 253 192 69 0 0.24 0.73 0.01 40.11 0.98 0.63
Hex FD C0 45 0 18 49 1 28 62 3F
Octal 375 300 105 0 30 111 1 50 142 77
Binary 11111101 11000000 1000101 0 11000 1001001 1 101000 1100010 111111

Color Harmonies of #FDC045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC045

Black with #FDC045

Text Example


Text Example

White with #FDC045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC045; }

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

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

background-color css

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

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

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

border-color css

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

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

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