Html Css Color HEX #FA714B Coral

📋 copy color: '#FA714B'

red 250 ◦ green 113 ◦ blue 75

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

Shades of Coral #FA714B

Tints of Coral #FA714B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 25.8%

 BLUE value IS 75 (29.69% from 255) = 17.12%

R = 57.08%
G = 25.8%
B = 17.12%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.7

 K value IS 0.02

RGB Variations

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

Color information

#FA714B (or 0xFA714B) is known color: Coral. HEX triplet: FA, 71 and 4B. RGB value is (250,113,75). Sum of RGB (Red+Green+Blue) = 250+113+75=438 (58% of max value = 765). Red value is 250 (98.05% from 255 or 57.08% from 438); Green value is 113 (44.53% from 255 or 25.80% from 438); Blue value is 75 (29.69% from 255 or 17.12% from 438); Max value from RGB is 250 - color contains mainly: red. Hex color #FA714B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA714B is #058EB4. Grayscale: #959595. Windows color (decimal): -364213 or 4944378. OLE color: 4944378.

HSL color Cylindrical-coordinate representation of color #FA714B: hue angle of 13.03º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FA714B is Cyan = 0, Magento = 0.55, Yellow = 0.7 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 113 75 -
CMYK 0 0.55 0.7 0.02
HSL 13.03º 0.95% 0.64% -
HSV(B) 13.03º 0.7% 0.98% -
XYZ 46.6 32.64 10.5 -
YUV 149.63 85.89 199.59 -
System Red Green Blue C M Y K H S L
Decimal 250 113 75 0 0.55 0.7 0.02 13.03 0.95 0.64
Hex FA 71 4B 0 37 46 2 D 5F 40
Octal 372 161 113 0 67 106 2 15 137 100
Binary 11111010 1110001 1001011 0 110111 1000110 10 1101 1011111 1000000

Color Harmonies of #FA714B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA714B

Black with #FA714B

Text Example


Text Example

White with #FA714B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA714B; }

 p { color: rgb(250,113,75); }

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

background-color css

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

 a { background-color: rgb(250,113,75); }

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

border-color css

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

 span { border-color: rgb(250,113,75); }

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