Html Css Color HEX #FE765F Bittersweet

📋 copy color: '#FE765F'

red 254 ◦ green 118 ◦ blue 95

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

Shades of Bittersweet #FE765F

Tints of Bittersweet #FE765F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.27%

 BLUE value IS 95 (37.5% from 255) = 20.34%

R = 54.39%
G = 25.27%
B = 20.34%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.63

 K value IS 0.00

RGB Variations

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

Color information

#FE765F (or 0xFE765F) is known color: Bittersweet. HEX triplet: FE, 76 and 5F. RGB value is (254,118,95). Sum of RGB (Red+Green+Blue) = 254+118+95=467 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.39% from 467); Green value is 118 (46.48% from 255 or 25.27% from 467); Blue value is 95 (37.5% from 255 or 20.34% from 467); Max value from RGB is 254 - color contains mainly: red. Hex color #FE765F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE765F is #0189A0. Grayscale: #9C9C9C. Windows color (decimal): -100769 or 6256382. OLE color: 6256382.

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

Color convert

RGB 254 118 95 -
CMYK 0 0.54 0.63 0.00
HSL 8.68º 0.99% 0.68% -
HSV(B) 8.68º 0.63% 1% -
XYZ 49.42 34.85 14.95 -
YUV 156.04 93.56 197.87 -
System Red Green Blue C M Y K H S L
Decimal 254 118 95 0 0.54 0.63 0.00 8.68 0.99 0.68
Hex FE 76 5F 0 36 3F 0 9 63 44
Octal 376 166 137 0 66 77 0 11 143 104
Binary 11111110 1110110 1011111 0 110110 111111 0 1001 1100011 1000100

Color Harmonies of #FE765F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE765F

Black with #FE765F

Text Example


Text Example

White with #FE765F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE765F; }

 p { color: rgb(254,118,95); }

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

background-color css

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

 a { background-color: rgb(254,118,95); }

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

border-color css

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

 span { border-color: rgb(254,118,95); }

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