Html Css Color HEX #FDC344 Golden Tainoi

📋 copy color: '#FDC344'

red 253 ◦ green 195 ◦ blue 68

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

Shades of Golden Tainoi #FDC344

Tints of Golden Tainoi #FDC344

RGB

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

 GREEN value IS 195 (76.56% from 255) = 37.79%

 BLUE value IS 68 (26.95% from 255) = 13.18%

R = 49.03%
G = 37.79%
B = 13.18%

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

#FDC344 (or 0xFDC344) is known color: Golden Tainoi. HEX triplet: FD, C3 and 44. RGB value is (253,195,68). Sum of RGB (Red+Green+Blue) = 253+195+68=516 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.03% from 516); Green value is 195 (76.56% from 255 or 37.79% from 516); Blue value is 68 (26.95% from 255 or 13.18% from 516); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC344 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC344 is #023CBB. Grayscale: #C6C6C6. Windows color (decimal): -146620 or 4506621. OLE color: 4506621.

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

Color convert

RGB 253 195 68 -
CMYK 0 0.23 0.73 0.01
HSL 41.19º 0.98% 0.63% -
HSV(B) 41.19º 0.73% 0.99% -
XYZ 61.07 60.33 13.9 -
YUV 197.86 54.72 167.33 -
System Red Green Blue C M Y K H S L
Decimal 253 195 68 0 0.23 0.73 0.01 41.19 0.98 0.63
Hex FD C3 44 0 17 49 1 29 62 3F
Octal 375 303 104 0 27 111 1 51 142 77
Binary 11111101 11000011 1000100 0 10111 1001001 1 101001 1100010 111111

Color Harmonies of #FDC344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC344

Black with #FDC344

Text Example


Text Example

White with #FDC344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC344; }

 p { color: rgb(253,195,68); }

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

background-color css

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

 a { background-color: rgb(253,195,68); }

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

border-color css

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

 span { border-color: rgb(253,195,68); }

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