Html Css Color HEX #FFB449 My Sin

📋 copy color: '#FFB449'

red 255 ◦ green 180 ◦ blue 73

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

Shades of My Sin #FFB449

Tints of My Sin #FFB449

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.43%

 BLUE value IS 73 (28.91% from 255) = 14.37%

R = 50.2%
G = 35.43%
B = 14.37%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.71

 K value IS 0

RGB Variations

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

Color information

#FFB449 (or 0xFFB449) is known color: My Sin. HEX triplet: FF, B4 and 49. RGB value is (255,180,73). Sum of RGB (Red+Green+Blue) = 255+180+73=508 (67% of max value = 765). Red value is 255 (100% from 255 or 50.20% from 508); Green value is 180 (70.70% from 255 or 35.43% from 508); Blue value is 73 (28.91% from 255 or 14.37% from 508); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB449 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB449 is #004BB6. Grayscale: #BEBEBE. Windows color (decimal): -19383 or 4830463. OLE color: 4830463.

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

Color convert

RGB 255 180 73 -
CMYK 0 0.29 0.71 0
HSL 35.27º 1% 0.64% -
HSV(B) 35.27º 0.71% 1% -
XYZ 58.76 54.38 13.7 -
YUV 190.23 61.85 174.2 -
System Red Green Blue C M Y K H S L
Decimal 255 180 73 0 0.29 0.71 0 35.27 1 0.64
Hex FF B4 49 0 1D 47 0 23 64 40
Octal 377 264 111 0 35 107 0 43 144 100
Binary 11111111 10110100 1001001 0 11101 1000111 0 100011 1100100 1000000

Color Harmonies of #FFB449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB449

Black with #FFB449

Text Example


Text Example

White with #FFB449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB449; }

 p { color: rgb(255,180,73); }

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

background-color css

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

 a { background-color: rgb(255,180,73); }

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

border-color css

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

 span { border-color: rgb(255,180,73); }

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