Html Css Color HEX #FA423D Coral Red

📋 copy color: '#FA423D'

red 250 ◦ green 66 ◦ blue 61

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

Shades of Coral Red #FA423D

Tints of Coral Red #FA423D

RGB

 RED value IS 250 (98.05% from 255) = 66.31%

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

 BLUE value IS 61 (24.22% from 255) = 16.18%

R = 66.31%
G = 17.51%
B = 16.18%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#FA423D (or 0xFA423D) is known color: Coral Red. HEX triplet: FA, 42 and 3D. RGB value is (250,66,61). Sum of RGB (Red+Green+Blue) = 250+66+61=377 (49% of max value = 765). Red value is 250 (98.05% from 255 or 66.31% from 377); Green value is 66 (26.17% from 255 or 17.51% from 377); Blue value is 61 (24.22% from 255 or 16.18% from 377); Max value from RGB is 250 - color contains mainly: red. Hex color #FA423D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA423D is #05BDC2. Grayscale: #787878. Windows color (decimal): -376259 or 4014842. OLE color: 4014842.

HSL color Cylindrical-coordinate representation of color #FA423D: hue angle of 1.59º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FA423D is Cyan = 0, Magento = 0.74, Yellow = 0.76 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 66 61 -
CMYK 0 0.74 0.76 0.02
HSL 1.59º 0.95% 0.61% -
HSV(B) 1.59º 0.76% 0.98% -
XYZ 42.21 24.56 6.93 -
YUV 120.45 94.46 220.41 -
System Red Green Blue C M Y K H S L
Decimal 250 66 61 0 0.74 0.76 0.02 1.59 0.95 0.61
Hex FA 42 3D 0 4A 4C 2 2 5F 3D
Octal 372 102 75 0 112 114 2 2 137 75
Binary 11111010 1000010 111101 0 1001010 1001100 10 10 1011111 111101

Color Harmonies of #FA423D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA423D

Black with #FA423D

Text Example


Text Example

White with #FA423D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA423D; }

 p { color: rgb(250,66,61); }

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

background-color css

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

 a { background-color: rgb(250,66,61); }

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

border-color css

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

 span { border-color: rgb(250,66,61); }

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