Html Css Color HEX #FE7964 Bittersweet

📋 copy color: '#FE7964'

red 254 ◦ green 121 ◦ blue 100

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

Shades of Bittersweet #FE7964

Tints of Bittersweet #FE7964

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 21.05%

R = 53.47%
G = 25.47%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.61

 K value IS 0.00

RGB Variations

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

Color information

#FE7964 (or 0xFE7964) is known color: Bittersweet. HEX triplet: FE, 79 and 64. RGB value is (254,121,100). Sum of RGB (Red+Green+Blue) = 254+121+100=475 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.47% from 475); Green value is 121 (47.66% from 255 or 25.47% from 475); Blue value is 100 (39.45% from 255 or 21.05% from 475); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7964 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7964 is #01869B. Grayscale: #9E9E9E. Windows color (decimal): -99996 or 6584830. OLE color: 6584830.

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

Color convert

RGB 254 121 100 -
CMYK 0 0.52 0.61 0.00
HSL 8.18º 0.99% 0.69% -
HSV(B) 8.18º 0.61% 1% -
XYZ 50.01 35.67 16.3 -
YUV 158.37 95.06 196.21 -
System Red Green Blue C M Y K H S L
Decimal 254 121 100 0 0.52 0.61 0.00 8.18 0.99 0.69
Hex FE 79 64 0 34 3D 0 8 63 45
Octal 376 171 144 0 64 75 0 10 143 105
Binary 11111110 1111001 1100100 0 110100 111101 0 1000 1100011 1000101

Color Harmonies of #FE7964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7964

Black with #FE7964

Text Example


Text Example

White with #FE7964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7964; }

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

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

background-color css

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

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

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

border-color css

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

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

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