Html Css Color HEX #FA735B Bittersweet

📋 copy color: '#FA735B'

red 250 ◦ green 115 ◦ blue 91

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

Shades of Bittersweet #FA735B

Tints of Bittersweet #FA735B

RGB

 RED value IS 250 (98.05% from 255) = 54.82%

 GREEN value IS 115 (45.31% from 255) = 25.22%

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

R = 54.82%
G = 25.22%
B = 19.96%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#FA735B (or 0xFA735B) is known color: Bittersweet. HEX triplet: FA, 73 and 5B. RGB value is (250,115,91). Sum of RGB (Red+Green+Blue) = 250+115+91=456 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.82% from 456); Green value is 115 (45.31% from 255 or 25.22% from 456); Blue value is 91 (35.94% from 255 or 19.96% from 456); Max value from RGB is 250 - color contains mainly: red. Hex color #FA735B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA735B is #058CA4. Grayscale: #989898. Windows color (decimal): -363685 or 5993466. OLE color: 5993466.

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

Color convert

RGB 250 115 91 -
CMYK 0 0.54 0.64 0.02
HSL 9.06º 0.94% 0.67% -
HSV(B) 9.06º 0.64% 0.98% -
XYZ 47.44 33.34 13.83 -
YUV 152.63 93.23 197.45 -
System Red Green Blue C M Y K H S L
Decimal 250 115 91 0 0.54 0.64 0.02 9.06 0.94 0.67
Hex FA 73 5B 0 36 40 2 9 5E 43
Octal 372 163 133 0 66 100 2 11 136 103
Binary 11111010 1110011 1011011 0 110110 1000000 10 1001 1011110 1000011

Color Harmonies of #FA735B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA735B

Black with #FA735B

Text Example


Text Example

White with #FA735B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA735B; }

 p { color: rgb(250,115,91); }

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

background-color css

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

 a { background-color: rgb(250,115,91); }

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

border-color css

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

 span { border-color: rgb(250,115,91); }

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