Html Css Color HEX #FEB446 My Sin

📋 copy color: '#FEB446'

red 254 ◦ green 180 ◦ blue 70

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

Shades of My Sin #FEB446

Tints of My Sin #FEB446

RGB

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

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

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

R = 50.4%
G = 35.71%
B = 13.89%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.72

 K value IS 0.00

RGB Variations

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

Color information

#FEB446 (or 0xFEB446) is known color: My Sin. HEX triplet: FE, B4 and 46. RGB value is (254,180,70). Sum of RGB (Red+Green+Blue) = 254+180+70=504 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.40% from 504); Green value is 180 (70.70% from 255 or 35.71% from 504); Blue value is 70 (27.73% from 255 or 13.89% from 504); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB446 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEB446 is #014BB9. Grayscale: #BEBEBE. Windows color (decimal): -84922 or 4633854. OLE color: 4633854.

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

Color convert

RGB 254 180 70 -
CMYK 0 0.29 0.72 0.00
HSL 35.87º 0.99% 0.64% -
HSV(B) 35.87º 0.72% 1% -
XYZ 58.3 54.16 13.17 -
YUV 189.59 60.52 173.94 -
System Red Green Blue C M Y K H S L
Decimal 254 180 70 0 0.29 0.72 0.00 35.87 0.99 0.64
Hex FE B4 46 0 1D 48 0 24 63 40
Octal 376 264 106 0 35 110 0 44 143 100
Binary 11111110 10110100 1000110 0 11101 1001000 0 100100 1100011 1000000

Color Harmonies of #FEB446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB446

Black with #FEB446

Text Example


Text Example

White with #FEB446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB446; }

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

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

background-color css

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

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

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

border-color css

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

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

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