Html Css Color HEX #FC423B Coral Red

📋 copy color: '#FC423B'

red 252 ◦ green 66 ◦ blue 59

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

Shades of Coral Red #FC423B

Tints of Coral Red #FC423B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 15.65%

R = 66.84%
G = 17.51%
B = 15.65%

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

#FC423B (or 0xFC423B) is known color: Coral Red. HEX triplet: FC, 42 and 3B. RGB value is (252,66,59). Sum of RGB (Red+Green+Blue) = 252+66+59=377 (49% of max value = 765). Red value is 252 (98.83% from 255 or 66.84% from 377); Green value is 66 (26.17% from 255 or 17.51% from 377); Blue value is 59 (23.44% from 255 or 15.65% from 377); Max value from RGB is 252 - color contains mainly: red. Hex color #FC423B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC423B is #03BDC4. Grayscale: #797979. Windows color (decimal): -245189 or 3883772. OLE color: 3883772.

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

Color convert

RGB 252 66 59 -
CMYK 0 0.74 0.77 0.01
HSL 2.18º 0.97% 0.61% -
HSV(B) 2.18º 0.77% 0.99% -
XYZ 42.88 24.91 6.69 -
YUV 120.82 93.12 221.57 -
System Red Green Blue C M Y K H S L
Decimal 252 66 59 0 0.74 0.77 0.01 2.18 0.97 0.61
Hex FC 42 3B 0 4A 4D 1 2 61 3D
Octal 374 102 73 0 112 115 1 2 141 75
Binary 11111100 1000010 111011 0 1001010 1001101 1 10 1100001 111101

Color Harmonies of #FC423B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC423B

Black with #FC423B

Text Example


Text Example

White with #FC423B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC423B; }

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

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

background-color css

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

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

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

border-color css

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

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

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