Html Css Color HEX #FDA94D My Sin

📋 copy color: '#FDA94D'

red 253 ◦ green 169 ◦ blue 77

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

Shades of My Sin #FDA94D

Tints of My Sin #FDA94D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 15.43%

R = 50.7%
G = 33.87%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FDA94D (or 0xFDA94D) is known color: My Sin. HEX triplet: FD, A9 and 4D. RGB value is (253,169,77). Sum of RGB (Red+Green+Blue) = 253+169+77=499 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.70% from 499); Green value is 169 (66.41% from 255 or 33.87% from 499); Blue value is 77 (30.47% from 255 or 15.43% from 499); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA94D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA94D is #0256B2. Grayscale: #B8B8B8. Windows color (decimal): -153267 or 5089789. OLE color: 5089789.

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

Color convert

RGB 253 169 77 -
CMYK 0 0.33 0.70 0.01
HSL 31.36º 0.98% 0.65% -
HSV(B) 31.36º 0.7% 0.99% -
XYZ 56.04 49.79 13.68 -
YUV 183.63 67.83 177.48 -
System Red Green Blue C M Y K H S L
Decimal 253 169 77 0 0.33 0.70 0.01 31.36 0.98 0.65
Hex FD A9 4D 0 21 46 1 1F 62 41
Octal 375 251 115 0 41 106 1 37 142 101
Binary 11111101 10101001 1001101 0 100001 1000110 1 11111 1100010 1000001

Color Harmonies of #FDA94D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA94D

Black with #FDA94D

Text Example


Text Example

White with #FDA94D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA94D; }

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

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

background-color css

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

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

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

border-color css

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

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

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