Html Css Color HEX #FE695C Bittersweet

📋 copy color: '#FE695C'

red 254 ◦ green 105 ◦ blue 92

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

Shades of Bittersweet #FE695C

Tints of Bittersweet #FE695C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 20.4%

R = 56.32%
G = 23.28%
B = 20.4%

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

#FE695C (or 0xFE695C) is known color: Bittersweet. HEX triplet: FE, 69 and 5C. RGB value is (254,105,92). Sum of RGB (Red+Green+Blue) = 254+105+92=451 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.32% from 451); Green value is 105 (41.41% from 255 or 23.28% from 451); Blue value is 92 (36.33% from 255 or 20.40% from 451); Max value from RGB is 254 - color contains mainly: red. Hex color #FE695C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE695C is #0196A3. Grayscale: #949494. Windows color (decimal): -104100 or 6056446. OLE color: 6056446.

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

Color convert

RGB 254 105 92 -
CMYK 0 0.59 0.64 0.00
HSL 4.81º 0.99% 0.68% -
HSV(B) 4.81º 0.64% 1% -
XYZ 47.86 31.95 13.77 -
YUV 148.07 96.36 203.56 -
System Red Green Blue C M Y K H S L
Decimal 254 105 92 0 0.59 0.64 0.00 4.81 0.99 0.68
Hex FE 69 5C 0 3B 40 0 5 63 44
Octal 376 151 134 0 73 100 0 5 143 104
Binary 11111110 1101001 1011100 0 111011 1000000 0 101 1100011 1000100

Color Harmonies of #FE695C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE695C

Black with #FE695C

Text Example


Text Example

White with #FE695C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE695C; }

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

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

background-color css

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

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

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

border-color css

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

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

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