Html Css Color HEX #FA423B Coral Red

📋 copy color: '#FA423B'

red 250 ◦ green 66 ◦ blue 59

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

Shades of Coral Red #FA423B

Tints of Coral Red #FA423B

RGB

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

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

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

R = 66.67%
G = 17.6%
B = 15.73%

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

#FA423B (or 0xFA423B) is known color: Coral Red. HEX triplet: FA, 42 and 3B. RGB value is (250,66,59). Sum of RGB (Red+Green+Blue) = 250+66+59=375 (49% of max value = 765). Red value is 250 (98.05% from 255 or 66.67% from 375); Green value is 66 (26.17% from 255 or 17.6% from 375); Blue value is 59 (23.44% from 255 or 15.73% from 375); Max value from RGB is 250 - color contains mainly: red. Hex color #FA423B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA423B is #05BDC4. Grayscale: #787878. Windows color (decimal): -376261 or 3883770. OLE color: 3883770.

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

Color convert

RGB 250 66 59 -
CMYK 0 0.74 0.76 0.02
HSL 2.2º 0.95% 0.61% -
HSV(B) 2.2º 0.76% 0.98% -
XYZ 42.16 24.54 6.65 -
YUV 120.22 93.46 220.57 -
System Red Green Blue C M Y K H S L
Decimal 250 66 59 0 0.74 0.76 0.02 2.2 0.95 0.61
Hex FA 42 3B 0 4A 4C 2 2 5F 3D
Octal 372 102 73 0 112 114 2 2 137 75
Binary 11111010 1000010 111011 0 1001010 1001100 10 10 1011111 111101

Color Harmonies of #FA423B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA423B

Black with #FA423B

Text Example


Text Example

White with #FA423B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA423B; }

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

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

background-color css

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

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

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

border-color css

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

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

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