Html Css Color HEX #F9625D Bittersweet

📋 copy color: '#F9625D'

red 249 ◦ green 98 ◦ blue 93

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

Shades of Bittersweet #F9625D

Tints of Bittersweet #F9625D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 22.27%

 BLUE value IS 93 (36.72% from 255) = 21.14%

R = 56.59%
G = 22.27%
B = 21.14%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#F9625D (or 0xF9625D) is known color: Bittersweet. HEX triplet: F9, 62 and 5D. RGB value is (249,98,93). Sum of RGB (Red+Green+Blue) = 249+98+93=440 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.59% from 440); Green value is 98 (38.67% from 255 or 22.27% from 440); Blue value is 93 (36.72% from 255 or 21.14% from 440); Max value from RGB is 249 - color contains mainly: red. Hex color #F9625D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F9625D is #069DA2. Grayscale: #8E8E8E. Windows color (decimal): -433571 or 6120185. OLE color: 6120185.

HSL color Cylindrical-coordinate representation of color #F9625D: hue angle of 1.92º 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 #F9625D is Cyan = 0, Magento = 0.61, Yellow = 0.63 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 98 93 -
CMYK 0 0.61 0.63 0.02
HSL 1.92º 0.93% 0.67% -
HSV(B) 1.92º 0.63% 0.98% -
XYZ 45.41 29.67 13.69 -
YUV 142.58 100.03 203.91 -
System Red Green Blue C M Y K H S L
Decimal 249 98 93 0 0.61 0.63 0.02 1.92 0.93 0.67
Hex F9 62 5D 0 3D 3F 2 2 5D 43
Octal 371 142 135 0 75 77 2 2 135 103
Binary 11111001 1100010 1011101 0 111101 111111 10 10 1011101 1000011

Color Harmonies of #F9625D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9625D

Black with #F9625D

Text Example


Text Example

White with #F9625D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9625D; }

 p { color: rgb(249,98,93); }

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

background-color css

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

 a { background-color: rgb(249,98,93); }

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

border-color css

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

 span { border-color: rgb(249,98,93); }

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