Html Css Color HEX #FDC258 Golden Tainoi

📋 copy color: '#FDC258'

red 253 ◦ green 194 ◦ blue 88

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

Shades of Golden Tainoi #FDC258

Tints of Golden Tainoi #FDC258

RGB

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

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

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

R = 47.29%
G = 36.26%
B = 16.45%

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

#FDC258 (or 0xFDC258) is known color: Golden Tainoi. HEX triplet: FD, C2 and 58. RGB value is (253,194,88). Sum of RGB (Red+Green+Blue) = 253+194+88=535 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.29% from 535); Green value is 194 (76.17% from 255 or 36.26% from 535); Blue value is 88 (34.77% from 255 or 16.45% from 535); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC258 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC258 is #023DA7. Grayscale: #C8C8C8. Windows color (decimal): -146856 or 5817085. OLE color: 5817085.

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

Color convert

RGB 253 194 88 -
CMYK 0 0.23 0.65 0.01
HSL 38.55º 0.98% 0.67% -
HSV(B) 38.55º 0.65% 0.99% -
XYZ 61.56 60.17 17.6 -
YUV 199.56 65.05 166.12 -
System Red Green Blue C M Y K H S L
Decimal 253 194 88 0 0.23 0.65 0.01 38.55 0.98 0.67
Hex FD C2 58 0 17 41 1 27 62 43
Octal 375 302 130 0 27 101 1 47 142 103
Binary 11111101 11000010 1011000 0 10111 1000001 1 100111 1100010 1000011

Color Harmonies of #FDC258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC258

Black with #FDC258

Text Example


Text Example

White with #FDC258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC258; }

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

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

background-color css

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

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

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

border-color css

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

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

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