Html Css Color HEX #F9675E Bittersweet

📋 copy color: '#F9675E'

red 249 ◦ green 103 ◦ blue 94

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

Shades of Bittersweet #F9675E

Tints of Bittersweet #F9675E

RGB

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

 GREEN value IS 103 (40.63% from 255) = 23.09%

 BLUE value IS 94 (37.11% from 255) = 21.08%

R = 55.83%
G = 23.09%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#F9675E (or 0xF9675E) is known color: Bittersweet. HEX triplet: F9, 67 and 5E. RGB value is (249,103,94). Sum of RGB (Red+Green+Blue) = 249+103+94=446 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.83% from 446); Green value is 103 (40.62% from 255 or 23.09% from 446); Blue value is 94 (37.11% from 255 or 21.08% from 446); Max value from RGB is 249 - color contains mainly: red. Hex color #F9675E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F9675E is #0698A1. Grayscale: #919191. Windows color (decimal): -432290 or 6187001. OLE color: 6187001.

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

Color convert

RGB 249 103 94 -
CMYK 0 0.59 0.62 0.02
HSL 3.48º 0.93% 0.67% -
HSV(B) 3.48º 0.62% 0.98% -
XYZ 45.94 30.65 14.08 -
YUV 145.63 98.87 201.73 -
System Red Green Blue C M Y K H S L
Decimal 249 103 94 0 0.59 0.62 0.02 3.48 0.93 0.67
Hex F9 67 5E 0 3B 3E 2 3 5D 43
Octal 371 147 136 0 73 76 2 3 135 103
Binary 11111001 1100111 1011110 0 111011 111110 10 11 1011101 1000011

Color Harmonies of #F9675E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9675E

Black with #F9675E

Text Example


Text Example

White with #F9675E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9675E; }

 p { color: rgb(249,103,94); }

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

background-color css

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

 a { background-color: rgb(249,103,94); }

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

border-color css

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

 span { border-color: rgb(249,103,94); }

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