Html Css Color HEX #FE7960 Bittersweet

📋 copy color: '#FE7960'

red 254 ◦ green 121 ◦ blue 96

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

Shades of Bittersweet #FE7960

Tints of Bittersweet #FE7960

RGB

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

 GREEN value IS 121 (47.66% from 255) = 25.69%

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

R = 53.93%
G = 25.69%
B = 20.38%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.62

 K value IS 0.00

RGB Variations

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

Color information

#FE7960 (or 0xFE7960) is known color: Bittersweet. HEX triplet: FE, 79 and 60. RGB value is (254,121,96). Sum of RGB (Red+Green+Blue) = 254+121+96=471 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.93% from 471); Green value is 121 (47.66% from 255 or 25.69% from 471); Blue value is 96 (37.89% from 255 or 20.38% from 471); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7960 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7960 is #01869F. Grayscale: #9E9E9E. Windows color (decimal): -100000 or 6322686. OLE color: 6322686.

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

Color convert

RGB 254 121 96 -
CMYK 0 0.52 0.62 0.00
HSL 9.49º 0.99% 0.69% -
HSV(B) 9.49º 0.62% 1% -
XYZ 49.82 35.59 15.31 -
YUV 157.92 93.06 196.53 -
System Red Green Blue C M Y K H S L
Decimal 254 121 96 0 0.52 0.62 0.00 9.49 0.99 0.69
Hex FE 79 60 0 34 3E 0 9 63 45
Octal 376 171 140 0 64 76 0 11 143 105
Binary 11111110 1111001 1100000 0 110100 111110 0 1001 1100011 1000101

Color Harmonies of #FE7960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7960

Black with #FE7960

Text Example


Text Example

White with #FE7960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7960; }

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

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

background-color css

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

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

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

border-color css

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

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

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