Html Css Color HEX #FA7B5A Coral

📋 copy color: '#FA7B5A'

red 250 ◦ green 123 ◦ blue 90

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

Shades of Coral #FA7B5A

Tints of Coral #FA7B5A

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.57%

 BLUE value IS 90 (35.55% from 255) = 19.44%

R = 54%
G = 26.57%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#FA7B5A (or 0xFA7B5A) is known color: Coral. HEX triplet: FA, 7B and 5A. RGB value is (250,123,90). Sum of RGB (Red+Green+Blue) = 250+123+90=463 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.00% from 463); Green value is 123 (48.44% from 255 or 26.57% from 463); Blue value is 90 (35.55% from 255 or 19.44% from 463); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7B5A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7B5A is #0584A5. Grayscale: #9D9D9D. Windows color (decimal): -361638 or 5929978. OLE color: 5929978.

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

Color convert

RGB 250 123 90 -
CMYK 0 0.51 0.64 0.02
HSL 12.38º 0.94% 0.67% -
HSV(B) 12.38º 0.64% 0.98% -
XYZ 48.35 35.23 13.92 -
YUV 157.21 90.08 194.18 -
System Red Green Blue C M Y K H S L
Decimal 250 123 90 0 0.51 0.64 0.02 12.38 0.94 0.67
Hex FA 7B 5A 0 33 40 2 C 5E 43
Octal 372 173 132 0 63 100 2 14 136 103
Binary 11111010 1111011 1011010 0 110011 1000000 10 1100 1011110 1000011

Color Harmonies of #FA7B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7B5A

Black with #FA7B5A

Text Example


Text Example

White with #FA7B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7B5A; }

 p { color: rgb(250,123,90); }

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

background-color css

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

 a { background-color: rgb(250,123,90); }

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

border-color css

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

 span { border-color: rgb(250,123,90); }

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