Html Css Color HEX #FC4138 Red Orange

📋 copy color: '#FC4138'

red 252 ◦ green 65 ◦ blue 56

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

Shades of Red Orange #FC4138

Tints of Red Orange #FC4138

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.43%

 BLUE value IS 56 (22.27% from 255) = 15.01%

R = 67.56%
G = 17.43%
B = 15.01%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.78

 K value IS 0.01

RGB Variations

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

Color information

#FC4138 (or 0xFC4138) is known color: Red Orange. HEX triplet: FC, 41 and 38. RGB value is (252,65,56). Sum of RGB (Red+Green+Blue) = 252+65+56=373 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.56% from 373); Green value is 65 (25.78% from 255 or 17.43% from 373); Blue value is 56 (22.27% from 255 or 15.01% from 373); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4138 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC4138 is #03BEC7. Grayscale: #787878. Windows color (decimal): -245448 or 3686908. OLE color: 3686908.

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

Color convert

RGB 252 65 56 -
CMYK 0 0.74 0.78 0.01
HSL 2.76º 0.97% 0.6% -
HSV(B) 2.76º 0.78% 0.99% -
XYZ 42.75 24.76 6.27 -
YUV 119.89 91.95 222.23 -
System Red Green Blue C M Y K H S L
Decimal 252 65 56 0 0.74 0.78 0.01 2.76 0.97 0.6
Hex FC 41 38 0 4A 4E 1 3 61 3C
Octal 374 101 70 0 112 116 1 3 141 74
Binary 11111100 1000001 111000 0 1001010 1001110 1 11 1100001 111100

Color Harmonies of #FC4138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4138

Black with #FC4138

Text Example


Text Example

White with #FC4138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4138; }

 p { color: rgb(252,65,56); }

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

background-color css

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

 a { background-color: rgb(252,65,56); }

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

border-color css

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

 span { border-color: rgb(252,65,56); }

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