Html Css Color HEX #FC675A Bittersweet

📋 copy color: '#FC675A'

red 252 ◦ green 103 ◦ blue 90

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

Shades of Bittersweet #FC675A

Tints of Bittersweet #FC675A

RGB

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

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

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

R = 56.63%
G = 23.15%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FC675A (or 0xFC675A) is known color: Bittersweet. HEX triplet: FC, 67 and 5A. RGB value is (252,103,90). Sum of RGB (Red+Green+Blue) = 252+103+90=445 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.63% from 445); Green value is 103 (40.62% from 255 or 23.15% from 445); Blue value is 90 (35.55% from 255 or 20.22% from 445); Max value from RGB is 252 - color contains mainly: red. Hex color #FC675A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC675A is #0398A5. Grayscale: #929292. Windows color (decimal): -235686 or 5924860. OLE color: 5924860.

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

Color convert

RGB 252 103 90 -
CMYK 0 0.59 0.64 0.01
HSL 4.81º 0.96% 0.67% -
HSV(B) 4.81º 0.64% 0.99% -
XYZ 46.84 31.13 13.21 -
YUV 146.07 96.36 203.56 -
System Red Green Blue C M Y K H S L
Decimal 252 103 90 0 0.59 0.64 0.01 4.81 0.96 0.67
Hex FC 67 5A 0 3B 40 1 5 60 43
Octal 374 147 132 0 73 100 1 5 140 103
Binary 11111100 1100111 1011010 0 111011 1000000 1 101 1100000 1000011

Color Harmonies of #FC675A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC675A

Black with #FC675A

Text Example


Text Example

White with #FC675A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC675A; }

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

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

background-color css

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

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

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

border-color css

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

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

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