Html Css Color HEX #FFAE4D My Sin

📋 copy color: '#FFAE4D'

red 255 ◦ green 174 ◦ blue 77

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

Shades of My Sin #FFAE4D

Tints of My Sin #FFAE4D

RGB

 RED value IS 255 (100% from 255) = 50.4%

 GREEN value IS 174 (68.36% from 255) = 34.39%

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

R = 50.4%
G = 34.39%
B = 15.22%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.70

 K value IS 0

RGB Variations

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

Color information

#FFAE4D (or 0xFFAE4D) is known color: My Sin. HEX triplet: FF, AE and 4D. RGB value is (255,174,77). Sum of RGB (Red+Green+Blue) = 255+174+77=506 (67% of max value = 765). Red value is 255 (100% from 255 or 50.40% from 506); Green value is 174 (68.36% from 255 or 34.39% from 506); Blue value is 77 (30.47% from 255 or 15.22% from 506); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAE4D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAE4D is #0051B2. Grayscale: #BBBBBB. Windows color (decimal): -20915 or 5091071. OLE color: 5091071.

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

Color convert

RGB 255 174 77 -
CMYK 0 0.32 0.70 0
HSL 32.7º 1% 0.65% -
HSV(B) 32.7º 0.7% 1% -
XYZ 57.72 52.07 14.03 -
YUV 187.16 65.84 176.39 -
System Red Green Blue C M Y K H S L
Decimal 255 174 77 0 0.32 0.70 0 32.7 1 0.65
Hex FF AE 4D 0 20 46 0 21 64 41
Octal 377 256 115 0 40 106 0 41 144 101
Binary 11111111 10101110 1001101 0 100000 1000110 0 100001 1100100 1000001

Color Harmonies of #FFAE4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAE4D

Black with #FFAE4D

Text Example


Text Example

White with #FFAE4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAE4D; }

 p { color: rgb(255,174,77); }

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

background-color css

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

 a { background-color: rgb(255,174,77); }

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

border-color css

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

 span { border-color: rgb(255,174,77); }

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