Html Css Color HEX #FC4238 Red Orange

📋 copy color: '#FC4238'

red 252 ◦ green 66 ◦ blue 56

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

Shades of Red Orange #FC4238

Tints of Red Orange #FC4238

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.65%

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

R = 67.38%
G = 17.65%
B = 14.97%

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

#FC4238 (or 0xFC4238) is known color: Red Orange. HEX triplet: FC, 42 and 38. RGB value is (252,66,56). Sum of RGB (Red+Green+Blue) = 252+66+56=374 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.38% from 374); Green value is 66 (26.17% from 255 or 17.65% from 374); Blue value is 56 (22.27% from 255 or 14.97% from 374); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4238 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC4238 is #03BDC7. Grayscale: #787878. Windows color (decimal): -245192 or 3687164. OLE color: 3687164.

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

Color convert

RGB 252 66 56 -
CMYK 0 0.74 0.78 0.01
HSL 3.06º 0.97% 0.6% -
HSV(B) 3.06º 0.78% 0.99% -
XYZ 42.81 24.88 6.29 -
YUV 120.47 91.62 221.81 -
System Red Green Blue C M Y K H S L
Decimal 252 66 56 0 0.74 0.78 0.01 3.06 0.97 0.6
Hex FC 42 38 0 4A 4E 1 3 61 3C
Octal 374 102 70 0 112 116 1 3 141 74
Binary 11111100 1000010 111000 0 1001010 1001110 1 11 1100001 111100

Color Harmonies of #FC4238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4238

Black with #FC4238

Text Example


Text Example

White with #FC4238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4238; }

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

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

background-color css

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

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

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

border-color css

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

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

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