Html Css Color HEX #FB725F Bittersweet

📋 copy color: '#FB725F'

red 251 ◦ green 114 ◦ blue 95

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

Shades of Bittersweet #FB725F

Tints of Bittersweet #FB725F

RGB

 RED value IS 251 (98.44% from 255) = 54.57%

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

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

R = 54.57%
G = 24.78%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#FB725F (or 0xFB725F) is known color: Bittersweet. HEX triplet: FB, 72 and 5F. RGB value is (251,114,95). Sum of RGB (Red+Green+Blue) = 251+114+95=460 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.57% from 460); Green value is 114 (44.92% from 255 or 24.78% from 460); Blue value is 95 (37.5% from 255 or 20.65% from 460); Max value from RGB is 251 - color contains mainly: red. Hex color #FB725F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB725F is #048DA0. Grayscale: #999999. Windows color (decimal): -298401 or 6255355. OLE color: 6255355.

HSL color Cylindrical-coordinate representation of color #FB725F: hue angle of 7.31º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FB725F is Cyan = 0, Magento = 0.55, Yellow = 0.62 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 114 95 -
CMYK 0 0.55 0.62 0.02
HSL 7.31º 0.95% 0.68% -
HSV(B) 7.31º 0.62% 0.98% -
XYZ 47.87 33.37 14.74 -
YUV 152.8 95.39 198.04 -
System Red Green Blue C M Y K H S L
Decimal 251 114 95 0 0.55 0.62 0.02 7.31 0.95 0.68
Hex FB 72 5F 0 37 3E 2 7 5F 44
Octal 373 162 137 0 67 76 2 7 137 104
Binary 11111011 1110010 1011111 0 110111 111110 10 111 1011111 1000100

Color Harmonies of #FB725F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB725F

Black with #FB725F

Text Example


Text Example

White with #FB725F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB725F; }

 p { color: rgb(251,114,95); }

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

background-color css

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

 a { background-color: rgb(251,114,95); }

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

border-color css

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

 span { border-color: rgb(251,114,95); }

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