Html Css Color HEX #FE695D Bittersweet

📋 copy color: '#FE695D'

red 254 ◦ green 105 ◦ blue 93

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

Shades of Bittersweet #FE695D

Tints of Bittersweet #FE695D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 23.23%

 BLUE value IS 93 (36.72% from 255) = 20.58%

R = 56.19%
G = 23.23%
B = 20.58%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.63

 K value IS 0.00

RGB Variations

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

Color information

#FE695D (or 0xFE695D) is known color: Bittersweet. HEX triplet: FE, 69 and 5D. RGB value is (254,105,93). Sum of RGB (Red+Green+Blue) = 254+105+93=452 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.19% from 452); Green value is 105 (41.41% from 255 or 23.23% from 452); Blue value is 93 (36.72% from 255 or 20.58% from 452); Max value from RGB is 254 - color contains mainly: red. Hex color #FE695D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE695D is #0196A2. Grayscale: #949494. Windows color (decimal): -104099 or 6121982. OLE color: 6121982.

HSL color Cylindrical-coordinate representation of color #FE695D: hue angle of 4.47º 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 #FE695D is Cyan = 0, Magento = 0.59, Yellow = 0.63 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 105 93 -
CMYK 0 0.59 0.63 0.00
HSL 4.47º 0.99% 0.68% -
HSV(B) 4.47º 0.63% 1% -
XYZ 47.9 31.96 14 -
YUV 148.18 96.86 203.48 -
System Red Green Blue C M Y K H S L
Decimal 254 105 93 0 0.59 0.63 0.00 4.47 0.99 0.68
Hex FE 69 5D 0 3B 3F 0 4 63 44
Octal 376 151 135 0 73 77 0 4 143 104
Binary 11111110 1101001 1011101 0 111011 111111 0 100 1100011 1000100

Color Harmonies of #FE695D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE695D

Black with #FE695D

Text Example


Text Example

White with #FE695D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE695D; }

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

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

background-color css

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

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

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

border-color css

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

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

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