Html Css Color HEX #FDC458 Golden Tainoi

📋 copy color: '#FDC458'

red 253 ◦ green 196 ◦ blue 88

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

Shades of Golden Tainoi #FDC458

Tints of Golden Tainoi #FDC458

RGB

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

 GREEN value IS 196 (76.95% from 255) = 36.5%

 BLUE value IS 88 (34.77% from 255) = 16.39%

R = 47.11%
G = 36.5%
B = 16.39%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.65

 K value IS 0.01

RGB Variations

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

Color information

#FDC458 (or 0xFDC458) is known color: Golden Tainoi. HEX triplet: FD, C4 and 58. RGB value is (253,196,88). Sum of RGB (Red+Green+Blue) = 253+196+88=537 (71% of max value = 765). Red value is 253 (99.22% from 255 or 47.11% from 537); Green value is 196 (76.95% from 255 or 36.50% from 537); Blue value is 88 (34.77% from 255 or 16.39% from 537); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC458 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC458 is #023BA7. Grayscale: #C9C9C9. Windows color (decimal): -146344 or 5817597. OLE color: 5817597.

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

Color convert

RGB 253 196 88 -
CMYK 0 0.23 0.65 0.01
HSL 39.27º 0.98% 0.67% -
HSV(B) 39.27º 0.65% 0.99% -
XYZ 62.01 61.07 17.75 -
YUV 200.73 64.38 165.28 -
System Red Green Blue C M Y K H S L
Decimal 253 196 88 0 0.23 0.65 0.01 39.27 0.98 0.67
Hex FD C4 58 0 17 41 1 27 62 43
Octal 375 304 130 0 27 101 1 47 142 103
Binary 11111101 11000100 1011000 0 10111 1000001 1 100111 1100010 1000011

Color Harmonies of #FDC458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC458

Black with #FDC458

Text Example


Text Example

White with #FDC458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC458; }

 p { color: rgb(253,196,88); }

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

background-color css

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

 a { background-color: rgb(253,196,88); }

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

border-color css

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

 span { border-color: rgb(253,196,88); }

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