Html Css Color HEX #FDA84D My Sin

📋 copy color: '#FDA84D'

red 253 ◦ green 168 ◦ blue 77

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

Shades of My Sin #FDA84D

Tints of My Sin #FDA84D

RGB

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

 GREEN value IS 168 (66.02% from 255) = 33.73%

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

R = 50.8%
G = 33.73%
B = 15.46%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FDA84D (or 0xFDA84D) is known color: My Sin. HEX triplet: FD, A8 and 4D. RGB value is (253,168,77). Sum of RGB (Red+Green+Blue) = 253+168+77=498 (65% of max value = 765). Red value is 253 (99.22% from 255 or 50.80% from 498); Green value is 168 (66.02% from 255 or 33.73% from 498); Blue value is 77 (30.47% from 255 or 15.46% from 498); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA84D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA84D is #0257B2. Grayscale: #B7B7B7. Windows color (decimal): -153523 or 5089533. OLE color: 5089533.

HSL color Cylindrical-coordinate representation of color #FDA84D: hue angle of 31.02º 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 #FDA84D is Cyan = 0, Magento = 0.34, Yellow = 0.70 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 168 77 -
CMYK 0 0.34 0.70 0.01
HSL 31.02º 0.98% 0.65% -
HSV(B) 31.02º 0.7% 0.99% -
XYZ 55.85 49.42 13.62 -
YUV 183.04 68.16 177.9 -
System Red Green Blue C M Y K H S L
Decimal 253 168 77 0 0.34 0.70 0.01 31.02 0.98 0.65
Hex FD A8 4D 0 22 46 1 1F 62 41
Octal 375 250 115 0 42 106 1 37 142 101
Binary 11111101 10101000 1001101 0 100010 1000110 1 11111 1100010 1000001

Color Harmonies of #FDA84D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA84D

Black with #FDA84D

Text Example


Text Example

White with #FDA84D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA84D; }

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

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

background-color css

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

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

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

border-color css

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

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

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