Html Css Color HEX #FA403B Coral Red

📋 copy color: '#FA403B'

red 250 ◦ green 64 ◦ blue 59

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

Shades of Coral Red #FA403B

Tints of Coral Red #FA403B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 15.82%

R = 67.02%
G = 17.16%
B = 15.82%

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

#FA403B (or 0xFA403B) is known color: Coral Red. HEX triplet: FA, 40 and 3B. RGB value is (250,64,59). Sum of RGB (Red+Green+Blue) = 250+64+59=373 (49% of max value = 765). Red value is 250 (98.05% from 255 or 67.02% from 373); Green value is 64 (25.39% from 255 or 17.16% from 373); Blue value is 59 (23.44% from 255 or 15.82% from 373); Max value from RGB is 250 - color contains mainly: red. Hex color #FA403B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA403B is #05BFC4. Grayscale: #777777. Windows color (decimal): -376773 or 3883258. OLE color: 3883258.

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

Color convert

RGB 250 64 59 -
CMYK 0 0.74 0.76 0.02
HSL 1.57º 0.95% 0.61% -
HSV(B) 1.57º 0.76% 0.98% -
XYZ 42.05 24.31 6.61 -
YUV 119.04 94.12 221.41 -
System Red Green Blue C M Y K H S L
Decimal 250 64 59 0 0.74 0.76 0.02 1.57 0.95 0.61
Hex FA 40 3B 0 4A 4C 2 2 5F 3D
Octal 372 100 73 0 112 114 2 2 137 75
Binary 11111010 1000000 111011 0 1001010 1001100 10 10 1011111 111101

Color Harmonies of #FA403B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA403B

Black with #FA403B

Text Example


Text Example

White with #FA403B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA403B; }

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

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

background-color css

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

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

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

border-color css

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

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

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