Html Css Color HEX #FE725A Bittersweet

📋 copy color: '#FE725A'

red 254 ◦ green 114 ◦ blue 90

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

Shades of Bittersweet #FE725A

Tints of Bittersweet #FE725A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 19.65%

R = 55.46%
G = 24.89%
B = 19.65%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.65

 K value IS 0.00

RGB Variations

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

Color information

#FE725A (or 0xFE725A) is known color: Bittersweet. HEX triplet: FE, 72 and 5A. RGB value is (254,114,90). Sum of RGB (Red+Green+Blue) = 254+114+90=458 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.46% from 458); Green value is 114 (44.92% from 255 or 24.89% from 458); Blue value is 90 (35.55% from 255 or 19.65% from 458); Max value from RGB is 254 - color contains mainly: red. Hex color #FE725A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE725A is #018DA5. Grayscale: #999999. Windows color (decimal): -101798 or 5927678. OLE color: 5927678.

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

Color convert

RGB 254 114 90 -
CMYK 0 0.55 0.65 0.00
HSL 8.78º 0.99% 0.67% -
HSV(B) 8.78º 0.65% 1% -
XYZ 48.74 33.84 13.64 -
YUV 153.12 92.38 199.95 -
System Red Green Blue C M Y K H S L
Decimal 254 114 90 0 0.55 0.65 0.00 8.78 0.99 0.67
Hex FE 72 5A 0 37 41 0 9 63 43
Octal 376 162 132 0 67 101 0 11 143 103
Binary 11111110 1110010 1011010 0 110111 1000001 0 1001 1100011 1000011

Color Harmonies of #FE725A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE725A

Black with #FE725A

Text Example


Text Example

White with #FE725A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE725A; }

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

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

background-color css

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

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

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

border-color css

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

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

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