Html Css Color HEX #FA423E Coral Red

📋 copy color: '#FA423E'

red 250 ◦ green 66 ◦ blue 62

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

Shades of Coral Red #FA423E

Tints of Coral Red #FA423E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 16.4%

R = 66.14%
G = 17.46%
B = 16.4%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#FA423E (or 0xFA423E) is known color: Coral Red. HEX triplet: FA, 42 and 3E. RGB value is (250,66,62). Sum of RGB (Red+Green+Blue) = 250+66+62=378 (50% of max value = 765). Red value is 250 (98.05% from 255 or 66.14% from 378); Green value is 66 (26.17% from 255 or 17.46% from 378); Blue value is 62 (24.61% from 255 or 16.40% from 378); Max value from RGB is 250 - color contains mainly: red. Hex color #FA423E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA423E is #05BDC1. Grayscale: #787878. Windows color (decimal): -376258 or 4080378. OLE color: 4080378.

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

Color convert

RGB 250 66 62 -
CMYK 0 0.74 0.75 0.02
HSL 1.28º 0.95% 0.61% -
HSV(B) 1.28º 0.75% 0.98% -
XYZ 42.24 24.57 7.07 -
YUV 120.56 94.96 220.33 -
System Red Green Blue C M Y K H S L
Decimal 250 66 62 0 0.74 0.75 0.02 1.28 0.95 0.61
Hex FA 42 3E 0 4A 4B 2 1 5F 3D
Octal 372 102 76 0 112 113 2 1 137 75
Binary 11111010 1000010 111110 0 1001010 1001011 10 1 1011111 111101

Color Harmonies of #FA423E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA423E

Black with #FA423E

Text Example


Text Example

White with #FA423E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA423E; }

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

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

background-color css

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

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

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

border-color css

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

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

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