Html Css Color HEX #FEB444 My Sin

📋 copy color: '#FEB444'

red 254 ◦ green 180 ◦ blue 68

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

Shades of My Sin #FEB444

Tints of My Sin #FEB444

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 13.55%

R = 50.6%
G = 35.86%
B = 13.55%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.73

 K value IS 0.00

RGB Variations

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

Color information

#FEB444 (or 0xFEB444) is known color: My Sin. HEX triplet: FE, B4 and 44. RGB value is (254,180,68). Sum of RGB (Red+Green+Blue) = 254+180+68=502 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.60% from 502); Green value is 180 (70.70% from 255 or 35.86% from 502); Blue value is 68 (26.95% from 255 or 13.55% from 502); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB444 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEB444 is #014BBB. Grayscale: #BDBDBD. Windows color (decimal): -84924 or 4502782. OLE color: 4502782.

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

Color convert

RGB 254 180 68 -
CMYK 0 0.29 0.73 0.00
HSL 36.13º 0.99% 0.63% -
HSV(B) 36.13º 0.73% 1% -
XYZ 58.24 54.13 12.85 -
YUV 189.36 59.52 174.11 -
System Red Green Blue C M Y K H S L
Decimal 254 180 68 0 0.29 0.73 0.00 36.13 0.99 0.63
Hex FE B4 44 0 1D 49 0 24 63 3F
Octal 376 264 104 0 35 111 0 44 143 77
Binary 11111110 10110100 1000100 0 11101 1001001 0 100100 1100011 111111

Color Harmonies of #FEB444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB444

Black with #FEB444

Text Example


Text Example

White with #FEB444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB444; }

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

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

background-color css

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

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

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

border-color css

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

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

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