Html Css Color HEX #FA403D Coral Red

📋 copy color: '#FA403D'

red 250 ◦ green 64 ◦ blue 61

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

Shades of Coral Red #FA403D

Tints of Coral Red #FA403D

RGB

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

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

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

R = 66.67%
G = 17.07%
B = 16.27%

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

#FA403D (or 0xFA403D) is known color: Coral Red. HEX triplet: FA, 40 and 3D. RGB value is (250,64,61). Sum of RGB (Red+Green+Blue) = 250+64+61=375 (49% of max value = 765). Red value is 250 (98.05% from 255 or 66.67% from 375); Green value is 64 (25.39% from 255 or 17.07% from 375); Blue value is 61 (24.22% from 255 or 16.27% from 375); Max value from RGB is 250 - color contains mainly: red. Hex color #FA403D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA403D is #05BFC2. Grayscale: #777777. Windows color (decimal): -376771 or 4014330. OLE color: 4014330.

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

Color convert

RGB 250 64 61 -
CMYK 0 0.74 0.76 0.02
HSL 0.95º 0.95% 0.61% -
HSV(B) 0.95º 0.76% 0.98% -
XYZ 42.1 24.33 6.89 -
YUV 119.27 95.12 221.24 -
System Red Green Blue C M Y K H S L
Decimal 250 64 61 0 0.74 0.76 0.02 0.95 0.95 0.61
Hex FA 40 3D 0 4A 4C 2 1 5F 3D
Octal 372 100 75 0 112 114 2 1 137 75
Binary 11111010 1000000 111101 0 1001010 1001100 10 1 1011111 111101

Color Harmonies of #FA403D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA403D

Black with #FA403D

Text Example


Text Example

White with #FA403D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA403D; }

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

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

background-color css

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

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

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

border-color css

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

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

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