Html Css Color HEX #F9725B Bittersweet

📋 copy color: '#F9725B'

red 249 ◦ green 114 ◦ blue 91

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

Shades of Bittersweet #F9725B

Tints of Bittersweet #F9725B

RGB

 RED value IS 249 (97.66% from 255) = 54.85%

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

 BLUE value IS 91 (35.94% from 255) = 20.04%

R = 54.85%
G = 25.11%
B = 20.04%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#F9725B (or 0xF9725B) is known color: Bittersweet. HEX triplet: F9, 72 and 5B. RGB value is (249,114,91). Sum of RGB (Red+Green+Blue) = 249+114+91=454 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.85% from 454); Green value is 114 (44.92% from 255 or 25.11% from 454); Blue value is 91 (35.94% from 255 or 20.04% from 454); Max value from RGB is 249 - color contains mainly: red. Hex color #F9725B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F9725B is #068DA4. Grayscale: #979797. Windows color (decimal): -429477 or 5993209. OLE color: 5993209.

HSL color Cylindrical-coordinate representation of color #F9725B: hue angle of 8.73º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F9725B is Cyan = 0, Magento = 0.54, Yellow = 0.63 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 114 91 -
CMYK 0 0.54 0.63 0.02
HSL 8.73º 0.93% 0.67% -
HSV(B) 8.73º 0.63% 0.98% -
XYZ 46.97 32.93 13.78 -
YUV 151.74 93.73 197.37 -
System Red Green Blue C M Y K H S L
Decimal 249 114 91 0 0.54 0.63 0.02 8.73 0.93 0.67
Hex F9 72 5B 0 36 3F 2 9 5D 43
Octal 371 162 133 0 66 77 2 11 135 103
Binary 11111001 1110010 1011011 0 110110 111111 10 1001 1011101 1000011

Color Harmonies of #F9725B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9725B

Black with #F9725B

Text Example


Text Example

White with #F9725B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9725B; }

 p { color: rgb(249,114,91); }

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

background-color css

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

 a { background-color: rgb(249,114,91); }

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

border-color css

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

 span { border-color: rgb(249,114,91); }

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