Html Css Color HEX #FDC45B Golden Tainoi

📋 copy color: '#FDC45B'

red 253 ◦ green 196 ◦ blue 91

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

Shades of Golden Tainoi #FDC45B

Tints of Golden Tainoi #FDC45B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 16.85%

R = 46.85%
G = 36.3%
B = 16.85%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FDC45B (or 0xFDC45B) is known color: Golden Tainoi. HEX triplet: FD, C4 and 5B. RGB value is (253,196,91). Sum of RGB (Red+Green+Blue) = 253+196+91=540 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.85% from 540); Green value is 196 (76.95% from 255 or 36.30% from 540); Blue value is 91 (35.94% from 255 or 16.85% from 540); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC45B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC45B is #023BA4. Grayscale: #C9C9C9. Windows color (decimal): -146341 or 6014205. OLE color: 6014205.

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

Color convert

RGB 253 196 91 -
CMYK 0 0.23 0.64 0.01
HSL 38.89º 0.98% 0.67% -
HSV(B) 38.89º 0.64% 0.99% -
XYZ 62.14 61.12 18.42 -
YUV 201.07 65.88 165.04 -
System Red Green Blue C M Y K H S L
Decimal 253 196 91 0 0.23 0.64 0.01 38.89 0.98 0.67
Hex FD C4 5B 0 17 40 1 27 62 43
Octal 375 304 133 0 27 100 1 47 142 103
Binary 11111101 11000100 1011011 0 10111 1000000 1 100111 1100010 1000011

Color Harmonies of #FDC45B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC45B

Black with #FDC45B

Text Example


Text Example

White with #FDC45B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC45B; }

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

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

background-color css

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

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

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

border-color css

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

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

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