Html Css Color HEX #FC453A Red Orange

📋 copy color: '#FC453A'

red 252 ◦ green 69 ◦ blue 58

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

Shades of Red Orange #FC453A

Tints of Red Orange #FC453A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.21%

 BLUE value IS 58 (23.05% from 255) = 15.3%

R = 66.49%
G = 18.21%
B = 15.3%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#FC453A (or 0xFC453A) is known color: Red Orange. HEX triplet: FC, 45 and 3A. RGB value is (252,69,58). Sum of RGB (Red+Green+Blue) = 252+69+58=379 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.49% from 379); Green value is 69 (27.34% from 255 or 18.21% from 379); Blue value is 58 (23.05% from 255 or 15.30% from 379); Max value from RGB is 252 - color contains mainly: red. Hex color #FC453A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC453A is #03BAC5. Grayscale: #7A7A7A. Windows color (decimal): -244422 or 3819004. OLE color: 3819004.

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

Color convert

RGB 252 69 58 -
CMYK 0 0.73 0.77 0.01
HSL 3.4º 0.97% 0.61% -
HSV(B) 3.4º 0.77% 0.99% -
XYZ 43.04 25.26 6.61 -
YUV 122.46 91.63 220.39 -
System Red Green Blue C M Y K H S L
Decimal 252 69 58 0 0.73 0.77 0.01 3.4 0.97 0.61
Hex FC 45 3A 0 49 4D 1 3 61 3D
Octal 374 105 72 0 111 115 1 3 141 75
Binary 11111100 1000101 111010 0 1001001 1001101 1 11 1100001 111101

Color Harmonies of #FC453A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC453A

Black with #FC453A

Text Example


Text Example

White with #FC453A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC453A; }

 p { color: rgb(252,69,58); }

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

background-color css

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

 a { background-color: rgb(252,69,58); }

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

border-color css

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

 span { border-color: rgb(252,69,58); }

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