Html Css Color HEX #FA403C Coral Red

📋 copy color: '#FA403C'

red 250 ◦ green 64 ◦ blue 60

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

Shades of Coral Red #FA403C

Tints of Coral Red #FA403C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 16.04%

R = 66.84%
G = 17.11%
B = 16.04%

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

#FA403C (or 0xFA403C) is known color: Coral Red. HEX triplet: FA, 40 and 3C. RGB value is (250,64,60). Sum of RGB (Red+Green+Blue) = 250+64+60=374 (49% of max value = 765). Red value is 250 (98.05% from 255 or 66.84% from 374); Green value is 64 (25.39% from 255 or 17.11% from 374); Blue value is 60 (23.83% from 255 or 16.04% from 374); Max value from RGB is 250 - color contains mainly: red. Hex color #FA403C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA403C is #05BFC3. Grayscale: #777777. Windows color (decimal): -376772 or 3948794. OLE color: 3948794.

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

Color convert

RGB 250 64 60 -
CMYK 0 0.74 0.76 0.02
HSL 1.26º 0.95% 0.61% -
HSV(B) 1.26º 0.76% 0.98% -
XYZ 42.07 24.32 6.75 -
YUV 119.16 94.62 221.33 -
System Red Green Blue C M Y K H S L
Decimal 250 64 60 0 0.74 0.76 0.02 1.26 0.95 0.61
Hex FA 40 3C 0 4A 4C 2 1 5F 3D
Octal 372 100 74 0 112 114 2 1 137 75
Binary 11111010 1000000 111100 0 1001010 1001100 10 1 1011111 111101

Color Harmonies of #FA403C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA403C

Black with #FA403C

Text Example


Text Example

White with #FA403C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA403C; }

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

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

background-color css

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

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

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

border-color css

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

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

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