Html Css Color HEX #FDA946 My Sin

📋 copy color: '#FDA946'

red 253 ◦ green 169 ◦ blue 70

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

Shades of My Sin #FDA946

Tints of My Sin #FDA946

RGB

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

 GREEN value IS 169 (66.41% from 255) = 34.35%

 BLUE value IS 70 (27.73% from 255) = 14.23%

R = 51.42%
G = 34.35%
B = 14.23%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.72

 K value IS 0.01

RGB Variations

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

Color information

#FDA946 (or 0xFDA946) is known color: My Sin. HEX triplet: FD, A9 and 46. RGB value is (253,169,70). Sum of RGB (Red+Green+Blue) = 253+169+70=492 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.42% from 492); Green value is 169 (66.41% from 255 or 34.35% from 492); Blue value is 70 (27.73% from 255 or 14.23% from 492); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA946 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA946 is #0256B9. Grayscale: #B7B7B7. Windows color (decimal): -153274 or 4631037. OLE color: 4631037.

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

Color convert

RGB 253 169 70 -
CMYK 0 0.33 0.72 0.01
HSL 32.46º 0.98% 0.63% -
HSV(B) 32.46º 0.72% 0.99% -
XYZ 55.8 49.7 12.45 -
YUV 182.83 64.33 178.05 -
System Red Green Blue C M Y K H S L
Decimal 253 169 70 0 0.33 0.72 0.01 32.46 0.98 0.63
Hex FD A9 46 0 21 48 1 20 62 3F
Octal 375 251 106 0 41 110 1 40 142 77
Binary 11111101 10101001 1000110 0 100001 1001000 1 100000 1100010 111111

Color Harmonies of #FDA946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA946

Black with #FDA946

Text Example


Text Example

White with #FDA946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA946; }

 p { color: rgb(253,169,70); }

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

background-color css

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

 a { background-color: rgb(253,169,70); }

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

border-color css

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

 span { border-color: rgb(253,169,70); }

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