Html Css Color HEX #FE765D Bittersweet

📋 copy color: '#FE765D'

red 254 ◦ green 118 ◦ blue 93

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

Shades of Bittersweet #FE765D

Tints of Bittersweet #FE765D

RGB

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

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

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

R = 54.62%
G = 25.38%
B = 20%

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

#FE765D (or 0xFE765D) is known color: Bittersweet. HEX triplet: FE, 76 and 5D. RGB value is (254,118,93). Sum of RGB (Red+Green+Blue) = 254+118+93=465 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.62% from 465); Green value is 118 (46.48% from 255 or 25.38% from 465); Blue value is 93 (36.72% from 255 or 20% from 465); Max value from RGB is 254 - color contains mainly: red. Hex color #FE765D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE765D is #0189A2. Grayscale: #9C9C9C. Windows color (decimal): -100771 or 6125310. OLE color: 6125310.

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

Color convert

RGB 254 118 93 -
CMYK 0 0.54 0.63 0.00
HSL 9.32º 0.99% 0.68% -
HSV(B) 9.32º 0.63% 1% -
XYZ 49.33 34.82 14.48 -
YUV 155.81 92.56 198.03 -
System Red Green Blue C M Y K H S L
Decimal 254 118 93 0 0.54 0.63 0.00 9.32 0.99 0.68
Hex FE 76 5D 0 36 3F 0 9 63 44
Octal 376 166 135 0 66 77 0 11 143 104
Binary 11111110 1110110 1011101 0 110110 111111 0 1001 1100011 1000100

Color Harmonies of #FE765D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE765D

Black with #FE765D

Text Example


Text Example

White with #FE765D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE765D; }

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

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

background-color css

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

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

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

border-color css

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

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

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