Html Css Color HEX #FDC950 Golden Tainoi

📋 copy color: '#FDC950'

red 253 ◦ green 201 ◦ blue 80

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

Shades of Golden Tainoi #FDC950

Tints of Golden Tainoi #FDC950

RGB

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

 GREEN value IS 201 (78.91% from 255) = 37.64%

 BLUE value IS 80 (31.64% from 255) = 14.98%

R = 47.38%
G = 37.64%
B = 14.98%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FDC950 (or 0xFDC950) is known color: Golden Tainoi. HEX triplet: FD, C9 and 50. RGB value is (253,201,80). Sum of RGB (Red+Green+Blue) = 253+201+80=534 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.38% from 534); Green value is 201 (78.91% from 255 or 37.64% from 534); Blue value is 80 (31.64% from 255 or 14.98% from 534); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC950 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC950 is #0236AF. Grayscale: #CBCBCB. Windows color (decimal): -145072 or 5294589. OLE color: 5294589.

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

Color convert

RGB 253 201 80 -
CMYK 0 0.21 0.68 0.01
HSL 41.97º 0.98% 0.65% -
HSV(B) 41.97º 0.68% 0.99% -
XYZ 62.84 63.24 16.48 -
YUV 202.75 58.73 163.84 -
System Red Green Blue C M Y K H S L
Decimal 253 201 80 0 0.21 0.68 0.01 41.97 0.98 0.65
Hex FD C9 50 0 15 44 1 2A 62 41
Octal 375 311 120 0 25 104 1 52 142 101
Binary 11111101 11001001 1010000 0 10101 1000100 1 101010 1100010 1000001

Color Harmonies of #FDC950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC950

Black with #FDC950

Text Example


Text Example

White with #FDC950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC950; }

 p { color: rgb(253,201,80); }

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

background-color css

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

 a { background-color: rgb(253,201,80); }

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

border-color css

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

 span { border-color: rgb(253,201,80); }

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