Html Css Color HEX #F9665A Bittersweet

📋 copy color: '#F9665A'

red 249 ◦ green 102 ◦ blue 90

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

Shades of Bittersweet #F9665A

Tints of Bittersweet #F9665A

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.13%

 BLUE value IS 90 (35.55% from 255) = 20.41%

R = 56.46%
G = 23.13%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#F9665A (or 0xF9665A) is known color: Bittersweet. HEX triplet: F9, 66 and 5A. RGB value is (249,102,90). Sum of RGB (Red+Green+Blue) = 249+102+90=441 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.46% from 441); Green value is 102 (40.23% from 255 or 23.13% from 441); Blue value is 90 (35.55% from 255 or 20.41% from 441); Max value from RGB is 249 - color contains mainly: red. Hex color #F9665A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F9665A is #0699A5. Grayscale: #909090. Windows color (decimal): -432550 or 5924601. OLE color: 5924601.

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

Color convert

RGB 249 102 90 -
CMYK 0 0.59 0.64 0.02
HSL 4.53º 0.93% 0.66% -
HSV(B) 4.53º 0.64% 0.98% -
XYZ 45.66 30.38 13.13 -
YUV 144.59 97.2 202.48 -
System Red Green Blue C M Y K H S L
Decimal 249 102 90 0 0.59 0.64 0.02 4.53 0.93 0.66
Hex F9 66 5A 0 3B 40 2 5 5D 42
Octal 371 146 132 0 73 100 2 5 135 102
Binary 11111001 1100110 1011010 0 111011 1000000 10 101 1011101 1000010

Color Harmonies of #F9665A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9665A

Black with #F9665A

Text Example


Text Example

White with #F9665A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9665A; }

 p { color: rgb(249,102,90); }

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

background-color css

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

 a { background-color: rgb(249,102,90); }

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

border-color css

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

 span { border-color: rgb(249,102,90); }

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