Html Css Color HEX #FFAD4B My Sin

📋 copy color: '#FFAD4B'

red 255 ◦ green 173 ◦ blue 75

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

Shades of My Sin #FFAD4B

Tints of My Sin #FFAD4B

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.39%

 BLUE value IS 75 (29.69% from 255) = 14.91%

R = 50.7%
G = 34.39%
B = 14.91%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.71

 K value IS 0

RGB Variations

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

Color information

#FFAD4B (or 0xFFAD4B) is known color: My Sin. HEX triplet: FF, AD and 4B. RGB value is (255,173,75). Sum of RGB (Red+Green+Blue) = 255+173+75=503 (66% of max value = 765). Red value is 255 (100% from 255 or 50.70% from 503); Green value is 173 (67.97% from 255 or 34.39% from 503); Blue value is 75 (29.69% from 255 or 14.91% from 503); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAD4B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAD4B is #0052B4. Grayscale: #BABABA. Windows color (decimal): -21173 or 4959743. OLE color: 4959743.

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

Color convert

RGB 255 173 75 -
CMYK 0 0.32 0.71 0
HSL 32.67º 1% 0.65% -
HSV(B) 32.67º 0.71% 1% -
XYZ 57.45 51.66 13.6 -
YUV 186.35 65.17 176.97 -
System Red Green Blue C M Y K H S L
Decimal 255 173 75 0 0.32 0.71 0 32.67 1 0.65
Hex FF AD 4B 0 20 47 0 21 64 41
Octal 377 255 113 0 40 107 0 41 144 101
Binary 11111111 10101101 1001011 0 100000 1000111 0 100001 1100100 1000001

Color Harmonies of #FFAD4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAD4B

Black with #FFAD4B

Text Example


Text Example

White with #FFAD4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAD4B; }

 p { color: rgb(255,173,75); }

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

background-color css

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

 a { background-color: rgb(255,173,75); }

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

border-color css

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

 span { border-color: rgb(255,173,75); }

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