#FEB14A

Color #FEB14A My Sin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of My Sin #FEB14A

Tints of My Sin #FEB14A

Color information

#FEB14A (or 0xFEB14A) is unknown color: approx My Sin. HEX triplet: FE, B1 and 4A. RGB value is (254,177,74). Sum of RGB (Red+Green+Blue) = 254+177+74=505 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.30% from 505); Green value is 177 (69.53% from 255 or 35.05% from 505); Blue value is 74 (29.30% from 255 or 14.65% from 505); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB14A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEB14A is #014EB5. Grayscale: #BCBCBC. Windows color (decimal): -85686 or 4895230. OLE color: 4895230.

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

Color convert

RGB25417774-
CMYK00.300.710.00
HSL34.33º98.9%64.31%-
HSV(B)34.33º70.87%99.61%-
XYZ57.8353.0113.66-
YUV188.2863.51174.88-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 50.30%
GREEN value IS 177 (69.53% from 255) = 35.05%
BLUE value IS 74 (29.30% from 255) = 14.65%
R=50.30%
G=35.05%
B=14.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.71
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541777400.300.710.0034.3398.964.31
HexFEB14A01E470226340
Octal376261112036107042143100
Binary111111101011000110010100111101000111010001011000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB14A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB14A; }

 p { color: rgb(254,177,74); }

 H1.HeaderClassName
 {
   color: #FEB14A;
 }
 .AnyTagClassName
 {
   color: #FEB14A;
 }
</style>
background-color css

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

 a { background-color: rgb(254,177,74); }

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

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

 span { border-color: rgb(254,177,74); }

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