Html Css Color HEX #FC4038 Red Orange

📋 copy color: '#FC4038'

red 252 ◦ green 64 ◦ blue 56

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

Shades of Red Orange #FC4038

Tints of Red Orange #FC4038

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.2%

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

R = 67.74%
G = 17.2%
B = 15.05%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.78

 K value IS 0.01

RGB Variations

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

Color information

#FC4038 (or 0xFC4038) is known color: Red Orange. HEX triplet: FC, 40 and 38. RGB value is (252,64,56). Sum of RGB (Red+Green+Blue) = 252+64+56=372 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.74% from 372); Green value is 64 (25.39% from 255 or 17.20% from 372); Blue value is 56 (22.27% from 255 or 15.05% from 372); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4038 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC4038 is #03BFC7. Grayscale: #777777. Windows color (decimal): -245704 or 3686652. OLE color: 3686652.

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

Color convert

RGB 252 64 56 -
CMYK 0 0.75 0.78 0.01
HSL 2.45º 0.97% 0.6% -
HSV(B) 2.45º 0.78% 0.99% -
XYZ 42.69 24.65 6.25 -
YUV 119.3 92.28 222.65 -
System Red Green Blue C M Y K H S L
Decimal 252 64 56 0 0.75 0.78 0.01 2.45 0.97 0.6
Hex FC 40 38 0 4B 4E 1 2 61 3C
Octal 374 100 70 0 113 116 1 2 141 74
Binary 11111100 1000000 111000 0 1001011 1001110 1 10 1100001 111100

Color Harmonies of #FC4038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4038

Black with #FC4038

Text Example


Text Example

White with #FC4038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4038; }

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

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

background-color css

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

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

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

border-color css

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

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

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