Html Css Color HEX #FDC847 Golden Tainoi

📋 copy color: '#FDC847'

red 253 ◦ green 200 ◦ blue 71

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

Shades of Golden Tainoi #FDC847

Tints of Golden Tainoi #FDC847

RGB

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

 GREEN value IS 200 (78.52% from 255) = 38.17%

 BLUE value IS 71 (28.13% from 255) = 13.55%

R = 48.28%
G = 38.17%
B = 13.55%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.72

 K value IS 0.01

RGB Variations

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

Color information

#FDC847 (or 0xFDC847) is known color: Golden Tainoi. HEX triplet: FD, C8 and 47. RGB value is (253,200,71). Sum of RGB (Red+Green+Blue) = 253+200+71=524 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.28% from 524); Green value is 200 (78.52% from 255 or 38.17% from 524); Blue value is 71 (28.12% from 255 or 13.55% from 524); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC847 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC847 is #0237B8. Grayscale: #C9C9C9. Windows color (decimal): -145337 or 4704509. OLE color: 4704509.

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

Color convert

RGB 253 200 71 -
CMYK 0 0.21 0.72 0.01
HSL 42.53º 0.98% 0.64% -
HSV(B) 42.53º 0.72% 0.99% -
XYZ 62.3 62.65 14.77 -
YUV 201.14 54.56 164.99 -
System Red Green Blue C M Y K H S L
Decimal 253 200 71 0 0.21 0.72 0.01 42.53 0.98 0.64
Hex FD C8 47 0 15 48 1 2B 62 40
Octal 375 310 107 0 25 110 1 53 142 100
Binary 11111101 11001000 1000111 0 10101 1001000 1 101011 1100010 1000000

Color Harmonies of #FDC847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC847

Black with #FDC847

Text Example


Text Example

White with #FDC847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC847; }

 p { color: rgb(253,200,71); }

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

background-color css

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

 a { background-color: rgb(253,200,71); }

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

border-color css

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

 span { border-color: rgb(253,200,71); }

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