Html Css Color HEX #FC4A2E Red Orange

📋 copy color: '#FC4A2E'

red 252 ◦ green 74 ◦ blue 46

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

Shades of Red Orange #FC4A2E

Tints of Red Orange #FC4A2E

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.89%

 BLUE value IS 46 (18.36% from 255) = 12.37%

R = 67.74%
G = 19.89%
B = 12.37%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FC4A2E (or 0xFC4A2E) is known color: Red Orange. HEX triplet: FC, 4A and 2E. RGB value is (252,74,46). Sum of RGB (Red+Green+Blue) = 252+74+46=372 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.74% from 372); Green value is 74 (29.30% from 255 or 19.89% from 372); Blue value is 46 (18.36% from 255 or 12.37% from 372); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4A2E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC4A2E is #03B5D1. Grayscale: #7C7C7C. Windows color (decimal): -243154 or 3033852. OLE color: 3033852.

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

Color convert

RGB 252 74 46 -
CMYK 0 0.71 0.82 0.01
HSL 8.16º 0.97% 0.58% -
HSV(B) 8.16º 0.82% 0.99% -
XYZ 43.09 25.79 5.29 -
YUV 124.03 83.97 219.28 -
System Red Green Blue C M Y K H S L
Decimal 252 74 46 0 0.71 0.82 0.01 8.16 0.97 0.58
Hex FC 4A 2E 0 47 52 1 8 61 3A
Octal 374 112 56 0 107 122 1 10 141 72
Binary 11111100 1001010 101110 0 1000111 1010010 1 1000 1100001 111010

Color Harmonies of #FC4A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4A2E

Black with #FC4A2E

Text Example


Text Example

White with #FC4A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4A2E; }

 p { color: rgb(252,74,46); }

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

background-color css

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

 a { background-color: rgb(252,74,46); }

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

border-color css

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

 span { border-color: rgb(252,74,46); }

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