Html Css Color HEX #F9725F Bittersweet

📋 copy color: '#F9725F'

red 249 ◦ green 114 ◦ blue 95

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

Shades of Bittersweet #F9725F

Tints of Bittersweet #F9725F

RGB

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

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

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

R = 54.37%
G = 24.89%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#F9725F (or 0xF9725F) is known color: Bittersweet. HEX triplet: F9, 72 and 5F. RGB value is (249,114,95). Sum of RGB (Red+Green+Blue) = 249+114+95=458 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.37% from 458); Green value is 114 (44.92% from 255 or 24.89% from 458); Blue value is 95 (37.5% from 255 or 20.74% from 458); Max value from RGB is 249 - color contains mainly: red. Hex color #F9725F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F9725F is #068DA0. Grayscale: #989898. Windows color (decimal): -429473 or 6255353. OLE color: 6255353.

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

Color convert

RGB 249 114 95 -
CMYK 0 0.54 0.62 0.02
HSL 7.4º 0.93% 0.67% -
HSV(B) 7.4º 0.62% 0.98% -
XYZ 47.15 33 14.71 -
YUV 152.2 95.73 197.04 -
System Red Green Blue C M Y K H S L
Decimal 249 114 95 0 0.54 0.62 0.02 7.4 0.93 0.67
Hex F9 72 5F 0 36 3E 2 7 5D 43
Octal 371 162 137 0 66 76 2 7 135 103
Binary 11111001 1110010 1011111 0 110110 111110 10 111 1011101 1000011

Color Harmonies of #F9725F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9725F

Black with #F9725F

Text Example


Text Example

White with #F9725F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9725F; }

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

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

background-color css

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

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

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

border-color css

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

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

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