Html Css Color HEX #FA403E Coral Red

📋 copy color: '#FA403E'

red 250 ◦ green 64 ◦ blue 62

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

Shades of Coral Red #FA403E

Tints of Coral Red #FA403E

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.02%

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

R = 66.49%
G = 17.02%
B = 16.49%

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

#FA403E (or 0xFA403E) is known color: Coral Red. HEX triplet: FA, 40 and 3E. RGB value is (250,64,62). Sum of RGB (Red+Green+Blue) = 250+64+62=376 (49% of max value = 765). Red value is 250 (98.05% from 255 or 66.49% from 376); Green value is 64 (25.39% from 255 or 17.02% from 376); Blue value is 62 (24.61% from 255 or 16.49% from 376); Max value from RGB is 250 - color contains mainly: red. Hex color #FA403E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA403E is #05BFC1. Grayscale: #777777. Windows color (decimal): -376770 or 4079866. OLE color: 4079866.

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

Color convert

RGB 250 64 62 -
CMYK 0 0.74 0.75 0.02
HSL 0.64º 0.95% 0.61% -
HSV(B) 0.64º 0.75% 0.98% -
XYZ 42.13 24.34 7.03 -
YUV 119.39 95.62 221.16 -
System Red Green Blue C M Y K H S L
Decimal 250 64 62 0 0.74 0.75 0.02 0.64 0.95 0.61
Hex FA 40 3E 0 4A 4B 2 1 5F 3D
Octal 372 100 76 0 112 113 2 1 137 75
Binary 11111010 1000000 111110 0 1001010 1001011 10 1 1011111 111101

Color Harmonies of #FA403E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA403E

Black with #FA403E

Text Example


Text Example

White with #FA403E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA403E; }

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

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

background-color css

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

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

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

border-color css

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

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

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