Html Css Color HEX #FEB44A My Sin

📋 copy color: '#FEB44A'

red 254 ◦ green 180 ◦ blue 74

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

Shades of My Sin #FEB44A

Tints of My Sin #FEB44A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 14.57%

R = 50%
G = 35.43%
B = 14.57%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.71

 K value IS 0.00

RGB Variations

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

Color information

#FEB44A (or 0xFEB44A) is known color: My Sin. HEX triplet: FE, B4 and 4A. RGB value is (254,180,74). Sum of RGB (Red+Green+Blue) = 254+180+74=508 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50% from 508); Green value is 180 (70.70% from 255 or 35.43% from 508); Blue value is 74 (29.30% from 255 or 14.57% from 508); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB44A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEB44A is #014BB5. Grayscale: #BEBEBE. Windows color (decimal): -84918 or 4895998. OLE color: 4895998.

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

Color convert

RGB 254 180 74 -
CMYK 0 0.29 0.71 0.00
HSL 35.33º 0.99% 0.64% -
HSV(B) 35.33º 0.71% 1% -
XYZ 58.43 54.21 13.86 -
YUV 190.04 62.52 173.62 -
System Red Green Blue C M Y K H S L
Decimal 254 180 74 0 0.29 0.71 0.00 35.33 0.99 0.64
Hex FE B4 4A 0 1D 47 0 23 63 40
Octal 376 264 112 0 35 107 0 43 143 100
Binary 11111110 10110100 1001010 0 11101 1000111 0 100011 1100011 1000000

Color Harmonies of #FEB44A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB44A

Black with #FEB44A

Text Example


Text Example

White with #FEB44A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB44A; }

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

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

background-color css

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

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

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

border-color css

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

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

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