Html Css Color HEX #FDC15E Golden Tainoi

📋 copy color: '#FDC15E'

red 253 ◦ green 193 ◦ blue 94

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

Shades of Golden Tainoi #FDC15E

Tints of Golden Tainoi #FDC15E

RGB

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

 GREEN value IS 193 (75.78% from 255) = 35.74%

 BLUE value IS 94 (37.11% from 255) = 17.41%

R = 46.85%
G = 35.74%
B = 17.41%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FDC15E (or 0xFDC15E) is known color: Golden Tainoi. HEX triplet: FD, C1 and 5E. RGB value is (253,193,94). Sum of RGB (Red+Green+Blue) = 253+193+94=540 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.85% from 540); Green value is 193 (75.78% from 255 or 35.74% from 540); Blue value is 94 (37.11% from 255 or 17.41% from 540); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC15E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC15E is #023EA1. Grayscale: #C8C8C8. Windows color (decimal): -147106 or 6210045. OLE color: 6210045.

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

Color convert

RGB 253 193 94 -
CMYK 0 0.24 0.63 0.01
HSL 37.36º 0.98% 0.68% -
HSV(B) 37.36º 0.63% 0.99% -
XYZ 61.6 59.83 18.89 -
YUV 199.65 68.38 166.05 -
System Red Green Blue C M Y K H S L
Decimal 253 193 94 0 0.24 0.63 0.01 37.36 0.98 0.68
Hex FD C1 5E 0 18 3F 1 25 62 44
Octal 375 301 136 0 30 77 1 45 142 104
Binary 11111101 11000001 1011110 0 11000 111111 1 100101 1100010 1000100

Color Harmonies of #FDC15E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC15E

Black with #FDC15E

Text Example


Text Example

White with #FDC15E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC15E; }

 p { color: rgb(253,193,94); }

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

background-color css

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

 a { background-color: rgb(253,193,94); }

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

border-color css

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

 span { border-color: rgb(253,193,94); }

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