Html Css Color HEX #FE706A Bittersweet

📋 copy color: '#FE706A'

red 254 ◦ green 112 ◦ blue 106

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

Shades of Bittersweet #FE706A

Tints of Bittersweet #FE706A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.73%

 BLUE value IS 106 (41.8% from 255) = 22.46%

R = 53.81%
G = 23.73%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.58

 K value IS 0.00

RGB Variations

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

Color information

#FE706A (or 0xFE706A) is known color: Bittersweet. HEX triplet: FE, 70 and 6A. RGB value is (254,112,106). Sum of RGB (Red+Green+Blue) = 254+112+106=472 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.81% from 472); Green value is 112 (44.14% from 255 or 23.73% from 472); Blue value is 106 (41.80% from 255 or 22.46% from 472); Max value from RGB is 254 - color contains mainly: red. Hex color #FE706A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE706A is #018F95. Grayscale: #999999. Windows color (decimal): -102294 or 6975742. OLE color: 6975742.

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

Color convert

RGB 254 112 106 -
CMYK 0 0.56 0.58 0.00
HSL 2.43º 0.99% 0.71% -
HSV(B) 2.43º 0.58% 1% -
XYZ 49.27 33.7 17.54 -
YUV 153.77 101.04 199.49 -
System Red Green Blue C M Y K H S L
Decimal 254 112 106 0 0.56 0.58 0.00 2.43 0.99 0.71
Hex FE 70 6A 0 38 3A 0 2 63 47
Octal 376 160 152 0 70 72 0 2 143 107
Binary 11111110 1110000 1101010 0 111000 111010 0 10 1100011 1000111

Color Harmonies of #FE706A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE706A

Black with #FE706A

Text Example


Text Example

White with #FE706A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE706A; }

 p { color: rgb(254,112,106); }

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

background-color css

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

 a { background-color: rgb(254,112,106); }

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

border-color css

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

 span { border-color: rgb(254,112,106); }

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