Html Css Color HEX #FEB648 My Sin

📋 copy color: '#FEB648'

red 254 ◦ green 182 ◦ blue 72

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

Shades of My Sin #FEB648

Tints of My Sin #FEB648

RGB

 RED value IS 254 (99.61% from 255) = 50%

 GREEN value IS 182 (71.48% from 255) = 35.83%

 BLUE value IS 72 (28.52% from 255) = 14.17%

R = 50%
G = 35.83%
B = 14.17%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.72

 K value IS 0.00

RGB Variations

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

Color information

#FEB648 (or 0xFEB648) is known color: My Sin. HEX triplet: FE, B6 and 48. RGB value is (254,182,72). Sum of RGB (Red+Green+Blue) = 254+182+72=508 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50% from 508); Green value is 182 (71.48% from 255 or 35.83% from 508); Blue value is 72 (28.52% from 255 or 14.17% from 508); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB648 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEB648 is #0149B7. Grayscale: #BFBFBF. Windows color (decimal): -84408 or 4765438. OLE color: 4765438.

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

Color convert

RGB 254 182 72 -
CMYK 0 0.28 0.72 0.00
HSL 36.26º 0.99% 0.64% -
HSV(B) 36.26º 0.72% 1% -
XYZ 58.77 54.99 13.65 -
YUV 190.99 60.85 172.94 -
System Red Green Blue C M Y K H S L
Decimal 254 182 72 0 0.28 0.72 0.00 36.26 0.99 0.64
Hex FE B6 48 0 1C 48 0 24 63 40
Octal 376 266 110 0 34 110 0 44 143 100
Binary 11111110 10110110 1001000 0 11100 1001000 0 100100 1100011 1000000

Color Harmonies of #FEB648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB648

Black with #FEB648

Text Example


Text Example

White with #FEB648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB648; }

 p { color: rgb(254,182,72); }

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

background-color css

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

 a { background-color: rgb(254,182,72); }

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

border-color css

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

 span { border-color: rgb(254,182,72); }

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