Html Css Color HEX #FA3F3E Coral Red

📋 copy color: '#FA3F3E'

red 250 ◦ green 63 ◦ blue 62

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

Shades of Coral Red #FA3F3E

Tints of Coral Red #FA3F3E

RGB

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

 GREEN value IS 63 (25% from 255) = 16.8%

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

R = 66.67%
G = 16.8%
B = 16.53%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.75

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FA3F3E (or 0xFA3F3E) is known color: Coral Red. HEX triplet: FA, 3F and 3E. RGB value is (250,63,62). Sum of RGB (Red+Green+Blue) = 250+63+62=375 (49% of max value = 765). Red value is 250 (98.05% from 255 or 66.67% from 375); Green value is 63 (25% from 255 or 16.8% from 375); Blue value is 62 (24.61% from 255 or 16.53% from 375); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3F3E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA3F3E is #05C0C1. Grayscale: #767676. Windows color (decimal): -377026 or 4079610. OLE color: 4079610.

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

Color convert

RGB 250 63 62 -
CMYK 0 0.75 0.75 0.02
HSL 0.32º 0.95% 0.61% -
HSV(B) 0.32º 0.75% 0.98% -
XYZ 42.07 24.23 7.02 -
YUV 118.8 95.95 221.58 -
System Red Green Blue C M Y K H S L
Decimal 250 63 62 0 0.75 0.75 0.02 0.32 0.95 0.61
Hex FA 3F 3E 0 4B 4B 2 0 5F 3D
Octal 372 77 76 0 113 113 2 0 137 75
Binary 11111010 111111 111110 0 1001011 1001011 10 0 1011111 111101

Color Harmonies of #FA3F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3F3E

Black with #FA3F3E

Text Example


Text Example

White with #FA3F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3F3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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