Html Css Color HEX #FC413A Red Orange

📋 copy color: '#FC413A'

red 252 ◦ green 65 ◦ blue 58

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

Shades of Red Orange #FC413A

Tints of Red Orange #FC413A

RGB

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

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

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

R = 67.2%
G = 17.33%
B = 15.47%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#FC413A (or 0xFC413A) is known color: Red Orange. HEX triplet: FC, 41 and 3A. RGB value is (252,65,58). Sum of RGB (Red+Green+Blue) = 252+65+58=375 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.2% from 375); Green value is 65 (25.78% from 255 or 17.33% from 375); Blue value is 58 (23.05% from 255 or 15.47% from 375); Max value from RGB is 252 - color contains mainly: red. Hex color #FC413A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC413A is #03BEC5. Grayscale: #787878. Windows color (decimal): -245446 or 3817980. OLE color: 3817980.

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

Color convert

RGB 252 65 58 -
CMYK 0 0.74 0.77 0.01
HSL 2.16º 0.97% 0.61% -
HSV(B) 2.16º 0.77% 0.99% -
XYZ 42.8 24.78 6.53 -
YUV 120.12 92.95 222.07 -
System Red Green Blue C M Y K H S L
Decimal 252 65 58 0 0.74 0.77 0.01 2.16 0.97 0.61
Hex FC 41 3A 0 4A 4D 1 2 61 3D
Octal 374 101 72 0 112 115 1 2 141 75
Binary 11111100 1000001 111010 0 1001010 1001101 1 10 1100001 111101

Color Harmonies of #FC413A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC413A

Black with #FC413A

Text Example


Text Example

White with #FC413A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC413A; }

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

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

background-color css

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

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

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

border-color css

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

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

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