Html Css Color HEX #FE7360 Bittersweet

📋 copy color: '#FE7360'

red 254 ◦ green 115 ◦ blue 96

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

Shades of Bittersweet #FE7360

Tints of Bittersweet #FE7360

RGB

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

 GREEN value IS 115 (45.31% from 255) = 24.73%

 BLUE value IS 96 (37.89% from 255) = 20.65%

R = 54.62%
G = 24.73%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.62

 K value IS 0.00

RGB Variations

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

Color information

#FE7360 (or 0xFE7360) is known color: Bittersweet. HEX triplet: FE, 73 and 60. RGB value is (254,115,96). Sum of RGB (Red+Green+Blue) = 254+115+96=465 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.62% from 465); Green value is 115 (45.31% from 255 or 24.73% from 465); Blue value is 96 (37.89% from 255 or 20.65% from 465); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7360 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7360 is #018C9F. Grayscale: #9A9A9A. Windows color (decimal): -101536 or 6321150. OLE color: 6321150.

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

Color convert

RGB 254 115 96 -
CMYK 0 0.55 0.62 0.00
HSL 7.22º 0.99% 0.69% -
HSV(B) 7.22º 0.62% 1% -
XYZ 49.12 34.18 15.07 -
YUV 154.4 95.05 199.04 -
System Red Green Blue C M Y K H S L
Decimal 254 115 96 0 0.55 0.62 0.00 7.22 0.99 0.69
Hex FE 73 60 0 37 3E 0 7 63 45
Octal 376 163 140 0 67 76 0 7 143 105
Binary 11111110 1110011 1100000 0 110111 111110 0 111 1100011 1000101

Color Harmonies of #FE7360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7360

Black with #FE7360

Text Example


Text Example

White with #FE7360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7360; }

 p { color: rgb(254,115,96); }

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

background-color css

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

 a { background-color: rgb(254,115,96); }

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

border-color css

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

 span { border-color: rgb(254,115,96); }

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