#FEB24A

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

Shades of My Sin #FEB24A

Tints of My Sin #FEB24A

Color information

#FEB24A (or 0xFEB24A) is unknown color: approx My Sin. HEX triplet: FE, B2 and 4A. RGB value is (254,178,74). Sum of RGB (Red+Green+Blue) = 254+178+74=506 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.20% from 506); Green value is 178 (69.92% from 255 or 35.18% from 506); Blue value is 74 (29.30% from 255 or 14.62% from 506); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB24A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEB24A is #014DB5. Grayscale: #BDBDBD. Windows color (decimal): -85430 or 4895486. OLE color: 4895486.

HSL color Cylindrical-coordinate representation of color #FEB24A: hue angle of 34.67º 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 #FEB24A is Cyan = 0, Magento = 0.30, Yellow = 0.71 and Black (K on CMYK) = 0.00.

Color convert

RGB25417874-
CMYK00.300.710.00
HSL34.67º98.9%64.31%-
HSV(B)34.67º70.87%99.61%-
XYZ58.0353.4113.73-
YUV188.8763.18174.46-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 50.20%
GREEN value IS 178 (69.92% from 255) = 35.18%
BLUE value IS 74 (29.30% from 255) = 14.62%
R=50.20%
G=35.18%
B=14.62%

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
Decimal2541787400.300.710.0034.6798.964.31
HexFEB24A01E470236340
Octal376262112036107043143100
Binary111111101011001010010100111101000111010001111000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB24A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB24A; }

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

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

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

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

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

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

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

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