Html Css Color HEX #FE705E Bittersweet

📋 copy color: '#FE705E'

red 254 ◦ green 112 ◦ blue 94

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

Shades of Bittersweet #FE705E

Tints of Bittersweet #FE705E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 20.43%

R = 55.22%
G = 24.35%
B = 20.43%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.63

 K value IS 0.00

RGB Variations

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

Color information

#FE705E (or 0xFE705E) is known color: Bittersweet. HEX triplet: FE, 70 and 5E. RGB value is (254,112,94). Sum of RGB (Red+Green+Blue) = 254+112+94=460 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.22% from 460); Green value is 112 (44.14% from 255 or 24.35% from 460); Blue value is 94 (37.11% from 255 or 20.43% from 460); Max value from RGB is 254 - color contains mainly: red. Hex color #FE705E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE705E is #018FA1. Grayscale: #989898. Windows color (decimal): -102306 or 6189310. OLE color: 6189310.

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

Color convert

RGB 254 112 94 -
CMYK 0 0.56 0.63 0.00
HSL 6.75º 0.99% 0.68% -
HSV(B) 6.75º 0.63% 1% -
XYZ 48.69 33.47 14.48 -
YUV 152.41 95.04 200.46 -
System Red Green Blue C M Y K H S L
Decimal 254 112 94 0 0.56 0.63 0.00 6.75 0.99 0.68
Hex FE 70 5E 0 38 3F 0 7 63 44
Octal 376 160 136 0 70 77 0 7 143 104
Binary 11111110 1110000 1011110 0 111000 111111 0 111 1100011 1000100

Color Harmonies of #FE705E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE705E

Black with #FE705E

Text Example


Text Example

White with #FE705E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE705E; }

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

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

background-color css

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

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

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

border-color css

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

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

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