Html Css Color HEX #FE726B Bittersweet

📋 copy color: '#FE726B'

red 254 ◦ green 114 ◦ blue 107

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

Shades of Bittersweet #FE726B

Tints of Bittersweet #FE726B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 22.53%

R = 53.47%
G = 24%
B = 22.53%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.58

 K value IS 0.00

RGB Variations

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

Color information

#FE726B (or 0xFE726B) is known color: Bittersweet. HEX triplet: FE, 72 and 6B. RGB value is (254,114,107). Sum of RGB (Red+Green+Blue) = 254+114+107=475 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.47% from 475); Green value is 114 (44.92% from 255 or 24% from 475); Blue value is 107 (42.19% from 255 or 22.53% from 475); Max value from RGB is 254 - color contains mainly: red. Hex color #FE726B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE726B is #018D94. Grayscale: #9B9B9B. Windows color (decimal): -101781 or 7041790. OLE color: 7041790.

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

Color convert

RGB 254 114 107 -
CMYK 0 0.55 0.58 0.00
HSL 2.86º 0.99% 0.71% -
HSV(B) 2.86º 0.58% 1% -
XYZ 49.54 34.17 17.89 -
YUV 155.06 100.88 198.57 -
System Red Green Blue C M Y K H S L
Decimal 254 114 107 0 0.55 0.58 0.00 2.86 0.99 0.71
Hex FE 72 6B 0 37 3A 0 3 63 47
Octal 376 162 153 0 67 72 0 3 143 107
Binary 11111110 1110010 1101011 0 110111 111010 0 11 1100011 1000111

Color Harmonies of #FE726B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE726B

Black with #FE726B

Text Example


Text Example

White with #FE726B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE726B; }

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

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

background-color css

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

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

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

border-color css

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

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

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