Html Css Color HEX #FE725D Bittersweet

📋 copy color: '#FE725D'

red 254 ◦ green 114 ◦ blue 93

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

Shades of Bittersweet #FE725D

Tints of Bittersweet #FE725D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 24.73%

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

R = 55.1%
G = 24.73%
B = 20.17%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.63

 K value IS 0.00

RGB Variations

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

Color information

#FE725D (or 0xFE725D) is known color: Bittersweet. HEX triplet: FE, 72 and 5D. RGB value is (254,114,93). Sum of RGB (Red+Green+Blue) = 254+114+93=461 (61% of max value = 765). Red value is 254 (99.61% from 255 or 55.10% from 461); Green value is 114 (44.92% from 255 or 24.73% from 461); Blue value is 93 (36.72% from 255 or 20.17% from 461); Max value from RGB is 254 - color contains mainly: red. Hex color #FE725D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE725D is #018DA2. Grayscale: #999999. Windows color (decimal): -101795 or 6124286. OLE color: 6124286.

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

Color convert

RGB 254 114 93 -
CMYK 0 0.55 0.63 0.00
HSL 7.83º 0.99% 0.68% -
HSV(B) 7.83º 0.63% 1% -
XYZ 48.87 33.9 14.32 -
YUV 153.47 93.88 199.71 -
System Red Green Blue C M Y K H S L
Decimal 254 114 93 0 0.55 0.63 0.00 7.83 0.99 0.68
Hex FE 72 5D 0 37 3F 0 8 63 44
Octal 376 162 135 0 67 77 0 10 143 104
Binary 11111110 1110010 1011101 0 110111 111111 0 1000 1100011 1000100

Color Harmonies of #FE725D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE725D

Black with #FE725D

Text Example


Text Example

White with #FE725D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE725D; }

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

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

background-color css

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

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

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

border-color css

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

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

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