Html Css Color HEX #FDC461 Golden Tainoi

📋 copy color: '#FDC461'

red 253 ◦ green 196 ◦ blue 97

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

Shades of Golden Tainoi #FDC461

Tints of Golden Tainoi #FDC461

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 17.77%

R = 46.34%
G = 35.9%
B = 17.77%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#FDC461 (or 0xFDC461) is known color: Golden Tainoi. HEX triplet: FD, C4 and 61. RGB value is (253,196,97). Sum of RGB (Red+Green+Blue) = 253+196+97=546 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.34% from 546); Green value is 196 (76.95% from 255 or 35.90% from 546); Blue value is 97 (38.28% from 255 or 17.77% from 546); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC461 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC461 is #023B9E. Grayscale: #CACACA. Windows color (decimal): -146335 or 6407421. OLE color: 6407421.

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

Color convert

RGB 253 196 97 -
CMYK 0 0.23 0.62 0.01
HSL 38.08º 0.98% 0.69% -
HSV(B) 38.08º 0.62% 0.99% -
XYZ 62.41 61.23 19.84 -
YUV 201.76 68.88 164.55 -
System Red Green Blue C M Y K H S L
Decimal 253 196 97 0 0.23 0.62 0.01 38.08 0.98 0.69
Hex FD C4 61 0 17 3E 1 26 62 45
Octal 375 304 141 0 27 76 1 46 142 105
Binary 11111101 11000100 1100001 0 10111 111110 1 100110 1100010 1000101

Color Harmonies of #FDC461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC461

Black with #FDC461

Text Example


Text Example

White with #FDC461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC461; }

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

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

background-color css

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

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

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

border-color css

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

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

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