Html Css Color HEX #FE695B Bittersweet

📋 copy color: '#FE695B'

red 254 ◦ green 105 ◦ blue 91

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

Shades of Bittersweet #FE695B

Tints of Bittersweet #FE695B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 20.22%

R = 56.44%
G = 23.33%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.64

 K value IS 0.00

RGB Variations

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

Color information

#FE695B (or 0xFE695B) is known color: Bittersweet. HEX triplet: FE, 69 and 5B. RGB value is (254,105,91). Sum of RGB (Red+Green+Blue) = 254+105+91=450 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.44% from 450); Green value is 105 (41.41% from 255 or 23.33% from 450); Blue value is 91 (35.94% from 255 or 20.22% from 450); Max value from RGB is 254 - color contains mainly: red. Hex color #FE695B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE695B is #0196A4. Grayscale: #949494. Windows color (decimal): -104101 or 5990910. OLE color: 5990910.

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

Color convert

RGB 254 105 91 -
CMYK 0 0.59 0.64 0.00
HSL 5.15º 0.99% 0.68% -
HSV(B) 5.15º 0.64% 1% -
XYZ 47.81 31.93 13.54 -
YUV 147.96 95.86 203.64 -
System Red Green Blue C M Y K H S L
Decimal 254 105 91 0 0.59 0.64 0.00 5.15 0.99 0.68
Hex FE 69 5B 0 3B 40 0 5 63 44
Octal 376 151 133 0 73 100 0 5 143 104
Binary 11111110 1101001 1011011 0 111011 1000000 0 101 1100011 1000100

Color Harmonies of #FE695B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE695B

Black with #FE695B

Text Example


Text Example

White with #FE695B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE695B; }

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

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

background-color css

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

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

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

border-color css

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

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

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