Html Css Color HEX #FC7B5E Bittersweet

📋 copy color: '#FC7B5E'

red 252 ◦ green 123 ◦ blue 94

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

Shades of Bittersweet #FC7B5E

Tints of Bittersweet #FC7B5E

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.23%

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

R = 53.73%
G = 26.23%
B = 20.04%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FC7B5E (or 0xFC7B5E) is known color: Bittersweet. HEX triplet: FC, 7B and 5E. RGB value is (252,123,94). Sum of RGB (Red+Green+Blue) = 252+123+94=469 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.73% from 469); Green value is 123 (48.44% from 255 or 26.23% from 469); Blue value is 94 (37.11% from 255 or 20.04% from 469); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7B5E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7B5E is #0384A1. Grayscale: #9E9E9E. Windows color (decimal): -230562 or 6192124. OLE color: 6192124.

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

Color convert

RGB 252 123 94 -
CMYK 0 0.51 0.63 0.01
HSL 11.01º 0.96% 0.68% -
HSV(B) 11.01º 0.63% 0.99% -
XYZ 49.25 35.67 14.88 -
YUV 158.27 91.74 194.86 -
System Red Green Blue C M Y K H S L
Decimal 252 123 94 0 0.51 0.63 0.01 11.01 0.96 0.68
Hex FC 7B 5E 0 33 3F 1 B 60 44
Octal 374 173 136 0 63 77 1 13 140 104
Binary 11111100 1111011 1011110 0 110011 111111 1 1011 1100000 1000100

Color Harmonies of #FC7B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7B5E

Black with #FC7B5E

Text Example


Text Example

White with #FC7B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7B5E; }

 p { color: rgb(252,123,94); }

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

background-color css

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

 a { background-color: rgb(252,123,94); }

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

border-color css

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

 span { border-color: rgb(252,123,94); }

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