Html Css Color HEX #FE7665 Bittersweet

📋 copy color: '#FE7665'

red 254 ◦ green 118 ◦ blue 101

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

Shades of Bittersweet #FE7665

Tints of Bittersweet #FE7665

RGB

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

 GREEN value IS 118 (46.48% from 255) = 24.95%

 BLUE value IS 101 (39.84% from 255) = 21.35%

R = 53.7%
G = 24.95%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.60

 K value IS 0.00

RGB Variations

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

Color information

#FE7665 (or 0xFE7665) is known color: Bittersweet. HEX triplet: FE, 76 and 65. RGB value is (254,118,101). Sum of RGB (Red+Green+Blue) = 254+118+101=473 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.70% from 473); Green value is 118 (46.48% from 255 or 24.95% from 473); Blue value is 101 (39.84% from 255 or 21.35% from 473); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7665 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7665 is #01899A. Grayscale: #9C9C9C. Windows color (decimal): -100763 or 6649598. OLE color: 6649598.

HSL color Cylindrical-coordinate representation of color #FE7665: hue angle of 6.67º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FE7665 is Cyan = 0, Magento = 0.54, Yellow = 0.60 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 118 101 -
CMYK 0 0.54 0.60 0.00
HSL 6.67º 0.99% 0.7% -
HSV(B) 6.67º 0.6% 1% -
XYZ 49.7 34.97 16.44 -
YUV 156.73 96.56 197.38 -
System Red Green Blue C M Y K H S L
Decimal 254 118 101 0 0.54 0.60 0.00 6.67 0.99 0.7
Hex FE 76 65 0 36 3C 0 7 63 46
Octal 376 166 145 0 66 74 0 7 143 106
Binary 11111110 1110110 1100101 0 110110 111100 0 111 1100011 1000110

Color Harmonies of #FE7665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7665

Black with #FE7665

Text Example


Text Example

White with #FE7665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7665; }

 p { color: rgb(254,118,101); }

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

background-color css

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

 a { background-color: rgb(254,118,101); }

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

border-color css

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

 span { border-color: rgb(254,118,101); }

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