Html Css Color HEX #FE7369 Bittersweet

📋 copy color: '#FE7369'

red 254 ◦ green 115 ◦ blue 105

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

Shades of Bittersweet #FE7369

Tints of Bittersweet #FE7369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 22.15%

R = 53.59%
G = 24.26%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.59

 K value IS 0.00

RGB Variations

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

Color information

#FE7369 (or 0xFE7369) is known color: Bittersweet. HEX triplet: FE, 73 and 69. RGB value is (254,115,105). Sum of RGB (Red+Green+Blue) = 254+115+105=474 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.59% from 474); Green value is 115 (45.31% from 255 or 24.26% from 474); Blue value is 105 (41.41% from 255 or 22.15% from 474); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7369 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7369 is #018C96. Grayscale: #9B9B9B. Windows color (decimal): -101527 or 6910974. OLE color: 6910974.

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

Color convert

RGB 254 115 105 -
CMYK 0 0.55 0.59 0.00
HSL 4.03º 0.99% 0.7% -
HSV(B) 4.03º 0.59% 1% -
XYZ 49.55 34.35 17.38 -
YUV 155.42 99.55 198.31 -
System Red Green Blue C M Y K H S L
Decimal 254 115 105 0 0.55 0.59 0.00 4.03 0.99 0.7
Hex FE 73 69 0 37 3B 0 4 63 46
Octal 376 163 151 0 67 73 0 4 143 106
Binary 11111110 1110011 1101001 0 110111 111011 0 100 1100011 1000110

Color Harmonies of #FE7369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7369

Black with #FE7369

Text Example


Text Example

White with #FE7369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7369; }

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

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

background-color css

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

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

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

border-color css

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

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

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