Html Css Color HEX #FDC241 Golden Tainoi

📋 copy color: '#FDC241'

red 253 ◦ green 194 ◦ blue 65

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

Shades of Golden Tainoi #FDC241

Tints of Golden Tainoi #FDC241

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 12.7%

R = 49.41%
G = 37.89%
B = 12.7%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FDC241 (or 0xFDC241) is known color: Golden Tainoi. HEX triplet: FD, C2 and 41. RGB value is (253,194,65). Sum of RGB (Red+Green+Blue) = 253+194+65=512 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.41% from 512); Green value is 194 (76.17% from 255 or 37.89% from 512); Blue value is 65 (25.78% from 255 or 12.70% from 512); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC241 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC241 is #023DBE. Grayscale: #C5C5C5. Windows color (decimal): -146879 or 4309757. OLE color: 4309757.

HSL color Cylindrical-coordinate representation of color #FDC241: hue angle of 41.17º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FDC241 is Cyan = 0, Magento = 0.23, Yellow = 0.74 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 194 65 -
CMYK 0 0.23 0.74 0.01
HSL 41.17º 0.98% 0.62% -
HSV(B) 41.17º 0.74% 0.99% -
XYZ 60.75 59.85 13.35 -
YUV 196.94 53.55 167.99 -
System Red Green Blue C M Y K H S L
Decimal 253 194 65 0 0.23 0.74 0.01 41.17 0.98 0.62
Hex FD C2 41 0 17 4A 1 29 62 3E
Octal 375 302 101 0 27 112 1 51 142 76
Binary 11111101 11000010 1000001 0 10111 1001010 1 101001 1100010 111110

Color Harmonies of #FDC241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC241

Black with #FDC241

Text Example


Text Example

White with #FDC241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC241; }

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

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

background-color css

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

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

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

border-color css

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

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

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