Html Css Color HEX #FEB246 My Sin

📋 copy color: '#FEB246'

red 254 ◦ green 178 ◦ blue 70

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

Shades of My Sin #FEB246

Tints of My Sin #FEB246

RGB

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

 GREEN value IS 178 (69.92% from 255) = 35.46%

 BLUE value IS 70 (27.73% from 255) = 13.94%

R = 50.6%
G = 35.46%
B = 13.94%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.72

 K value IS 0.00

RGB Variations

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

Color information

#FEB246 (or 0xFEB246) is known color: My Sin. HEX triplet: FE, B2 and 46. RGB value is (254,178,70). Sum of RGB (Red+Green+Blue) = 254+178+70=502 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.60% from 502); Green value is 178 (69.92% from 255 or 35.46% from 502); Blue value is 70 (27.73% from 255 or 13.94% from 502); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB246 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEB246 is #014DB9. Grayscale: #BCBCBC. Windows color (decimal): -85434 or 4633342. OLE color: 4633342.

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

Color convert

RGB 254 178 70 -
CMYK 0 0.30 0.72 0.00
HSL 35.22º 0.99% 0.64% -
HSV(B) 35.22º 0.72% 1% -
XYZ 57.9 53.35 13.04 -
YUV 188.41 61.18 174.78 -
System Red Green Blue C M Y K H S L
Decimal 254 178 70 0 0.30 0.72 0.00 35.22 0.99 0.64
Hex FE B2 46 0 1E 48 0 23 63 40
Octal 376 262 106 0 36 110 0 43 143 100
Binary 11111110 10110010 1000110 0 11110 1001000 0 100011 1100011 1000000

Color Harmonies of #FEB246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB246

Black with #FEB246

Text Example


Text Example

White with #FEB246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB246; }

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

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

background-color css

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

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

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

border-color css

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

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

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