Html Css Color HEX #FC423A Red Orange

📋 copy color: '#FC423A'

red 252 ◦ green 66 ◦ blue 58

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

Shades of Red Orange #FC423A

Tints of Red Orange #FC423A

RGB

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

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

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

R = 67.02%
G = 17.55%
B = 15.43%

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

#FC423A (or 0xFC423A) is known color: Red Orange. HEX triplet: FC, 42 and 3A. RGB value is (252,66,58). Sum of RGB (Red+Green+Blue) = 252+66+58=376 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.02% from 376); Green value is 66 (26.17% from 255 or 17.55% from 376); Blue value is 58 (23.05% from 255 or 15.43% from 376); Max value from RGB is 252 - color contains mainly: red. Hex color #FC423A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC423A is #03BDC5. Grayscale: #787878. Windows color (decimal): -245190 or 3818236. OLE color: 3818236.

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

Color convert

RGB 252 66 58 -
CMYK 0 0.74 0.77 0.01
HSL 2.47º 0.97% 0.61% -
HSV(B) 2.47º 0.77% 0.99% -
XYZ 42.86 24.9 6.55 -
YUV 120.7 92.62 221.65 -
System Red Green Blue C M Y K H S L
Decimal 252 66 58 0 0.74 0.77 0.01 2.47 0.97 0.61
Hex FC 42 3A 0 4A 4D 1 2 61 3D
Octal 374 102 72 0 112 115 1 2 141 75
Binary 11111100 1000010 111010 0 1001010 1001101 1 10 1100001 111101

Color Harmonies of #FC423A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC423A

Black with #FC423A

Text Example


Text Example

White with #FC423A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC423A; }

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

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

background-color css

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

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

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

border-color css

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

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

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