Html Css Color HEX #FDAB4E My Sin

📋 copy color: '#FDAB4E'

red 253 ◦ green 171 ◦ blue 78

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

Shades of My Sin #FDAB4E

Tints of My Sin #FDAB4E

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34.06%

 BLUE value IS 78 (30.86% from 255) = 15.54%

R = 50.4%
G = 34.06%
B = 15.54%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.69

 K value IS 0.01

RGB Variations

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

Color information

#FDAB4E (or 0xFDAB4E) is known color: My Sin. HEX triplet: FD, AB and 4E. RGB value is (253,171,78). Sum of RGB (Red+Green+Blue) = 253+171+78=502 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.40% from 502); Green value is 171 (67.19% from 255 or 34.06% from 502); Blue value is 78 (30.86% from 255 or 15.54% from 502); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAB4E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDAB4E is #0254B1. Grayscale: #B9B9B9. Windows color (decimal): -152754 or 5155837. OLE color: 5155837.

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

Color convert

RGB 253 171 78 -
CMYK 0 0.32 0.69 0.01
HSL 31.89º 0.98% 0.65% -
HSV(B) 31.89º 0.69% 0.99% -
XYZ 56.45 50.56 13.99 -
YUV 184.92 67.67 176.56 -
System Red Green Blue C M Y K H S L
Decimal 253 171 78 0 0.32 0.69 0.01 31.89 0.98 0.65
Hex FD AB 4E 0 20 45 1 20 62 41
Octal 375 253 116 0 40 105 1 40 142 101
Binary 11111101 10101011 1001110 0 100000 1000101 1 100000 1100010 1000001

Color Harmonies of #FDAB4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDAB4E

Black with #FDAB4E

Text Example


Text Example

White with #FDAB4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDAB4E; }

 p { color: rgb(253,171,78); }

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

background-color css

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

 a { background-color: rgb(253,171,78); }

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

border-color css

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

 span { border-color: rgb(253,171,78); }

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