Html Css Color HEX #FC735A Bittersweet

📋 copy color: '#FC735A'

red 252 ◦ green 115 ◦ blue 90

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

Shades of Bittersweet #FC735A

Tints of Bittersweet #FC735A

RGB

 RED value IS 252 (98.83% from 255) = 55.14%

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

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

R = 55.14%
G = 25.16%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FC735A (or 0xFC735A) is known color: Bittersweet. HEX triplet: FC, 73 and 5A. RGB value is (252,115,90). Sum of RGB (Red+Green+Blue) = 252+115+90=457 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.14% from 457); Green value is 115 (45.31% from 255 or 25.16% from 457); Blue value is 90 (35.55% from 255 or 19.69% from 457); Max value from RGB is 252 - color contains mainly: red. Hex color #FC735A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC735A is #038CA5. Grayscale: #999999. Windows color (decimal): -232614 or 5927932. OLE color: 5927932.

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

Color convert

RGB 252 115 90 -
CMYK 0 0.54 0.64 0.01
HSL 9.26º 0.96% 0.67% -
HSV(B) 9.26º 0.64% 0.99% -
XYZ 48.12 33.7 13.64 -
YUV 153.11 92.39 198.53 -
System Red Green Blue C M Y K H S L
Decimal 252 115 90 0 0.54 0.64 0.01 9.26 0.96 0.67
Hex FC 73 5A 0 36 40 1 9 60 43
Octal 374 163 132 0 66 100 1 11 140 103
Binary 11111100 1110011 1011010 0 110110 1000000 1 1001 1100000 1000011

Color Harmonies of #FC735A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC735A

Black with #FC735A

Text Example


Text Example

White with #FC735A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC735A; }

 p { color: rgb(252,115,90); }

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

background-color css

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

 a { background-color: rgb(252,115,90); }

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

border-color css

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

 span { border-color: rgb(252,115,90); }

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