Html Css Color HEX #FC4740 Sunset Orange

📋 copy color: '#FC4740'

red 252 ◦ green 71 ◦ blue 64

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

Shades of Sunset Orange #FC4740

Tints of Sunset Orange #FC4740

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.35%

 BLUE value IS 64 (25.39% from 255) = 16.54%

R = 65.12%
G = 18.35%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FC4740 (or 0xFC4740) is known color: Sunset Orange. HEX triplet: FC, 47 and 40. RGB value is (252,71,64). Sum of RGB (Red+Green+Blue) = 252+71+64=387 (51% of max value = 765). Red value is 252 (98.83% from 255 or 65.12% from 387); Green value is 71 (28.12% from 255 or 18.35% from 387); Blue value is 64 (25.39% from 255 or 16.54% from 387); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4740 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC4740 is #03B8BF. Grayscale: #7C7C7C. Windows color (decimal): -243904 or 4212732. OLE color: 4212732.

HSL color Cylindrical-coordinate representation of color #FC4740: hue angle of 2.23º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FC4740 is Cyan = 0, Magento = 0.72, Yellow = 0.75 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 71 64 -
CMYK 0 0.72 0.75 0.01
HSL 2.23º 0.97% 0.62% -
HSV(B) 2.23º 0.75% 0.99% -
XYZ 43.32 25.57 7.5 -
YUV 124.32 93.97 219.07 -
System Red Green Blue C M Y K H S L
Decimal 252 71 64 0 0.72 0.75 0.01 2.23 0.97 0.62
Hex FC 47 40 0 48 4B 1 2 61 3E
Octal 374 107 100 0 110 113 1 2 141 76
Binary 11111100 1000111 1000000 0 1001000 1001011 1 10 1100001 111110

Color Harmonies of #FC4740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4740

Black with #FC4740

Text Example


Text Example

White with #FC4740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4740; }

 p { color: rgb(252,71,64); }

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

background-color css

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

 a { background-color: rgb(252,71,64); }

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

border-color css

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

 span { border-color: rgb(252,71,64); }

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