Html Css Color HEX #FA7B4B Coral

📋 copy color: '#FA7B4B'

red 250 ◦ green 123 ◦ blue 75

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

Shades of Coral #FA7B4B

Tints of Coral #FA7B4B

RGB

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

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

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

R = 55.8%
G = 27.46%
B = 16.74%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.7

 K value IS 0.02

RGB Variations

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

Color information

#FA7B4B (or 0xFA7B4B) is known color: Coral. HEX triplet: FA, 7B and 4B. RGB value is (250,123,75). Sum of RGB (Red+Green+Blue) = 250+123+75=448 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.80% from 448); Green value is 123 (48.44% from 255 or 27.46% from 448); Blue value is 75 (29.69% from 255 or 16.74% from 448); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7B4B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA7B4B is #0584B4. Grayscale: #9B9B9B. Windows color (decimal): -361653 or 4946938. OLE color: 4946938.

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

Color convert

RGB 250 123 75 -
CMYK 0 0.51 0.7 0.02
HSL 16.46º 0.95% 0.64% -
HSV(B) 16.46º 0.7% 0.98% -
XYZ 47.78 35 10.89 -
YUV 155.5 82.58 195.4 -
System Red Green Blue C M Y K H S L
Decimal 250 123 75 0 0.51 0.7 0.02 16.46 0.95 0.64
Hex FA 7B 4B 0 33 46 2 10 5F 40
Octal 372 173 113 0 63 106 2 20 137 100
Binary 11111010 1111011 1001011 0 110011 1000110 10 10000 1011111 1000000

Color Harmonies of #FA7B4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7B4B

Black with #FA7B4B

Text Example


Text Example

White with #FA7B4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7B4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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