Html Css Color HEX #FA7F4F Coral

📋 copy color: '#FA7F4F'

red 250 ◦ green 127 ◦ blue 79

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

Shades of Coral #FA7F4F

Tints of Coral #FA7F4F

RGB

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

 GREEN value IS 127 (50% from 255) = 27.85%

 BLUE value IS 79 (31.25% from 255) = 17.32%

R = 54.82%
G = 27.85%
B = 17.32%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#FA7F4F (or 0xFA7F4F) is known color: Coral. HEX triplet: FA, 7F and 4F. RGB value is (250,127,79). Sum of RGB (Red+Green+Blue) = 250+127+79=456 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.82% from 456); Green value is 127 (50% from 255 or 27.85% from 456); Blue value is 79 (31.25% from 255 or 17.32% from 456); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7F4F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7F4F is #0580B0. Grayscale: #9E9E9E. Windows color (decimal): -360625 or 5210106. OLE color: 5210106.

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

Color convert

RGB 250 127 79 -
CMYK 0 0.49 0.68 0.02
HSL 16.84º 0.94% 0.65% -
HSV(B) 16.84º 0.68% 0.98% -
XYZ 48.43 36.07 11.81 -
YUV 158.31 83.25 193.4 -
System Red Green Blue C M Y K H S L
Decimal 250 127 79 0 0.49 0.68 0.02 16.84 0.94 0.65
Hex FA 7F 4F 0 31 44 2 11 5E 41
Octal 372 177 117 0 61 104 2 21 136 101
Binary 11111010 1111111 1001111 0 110001 1000100 10 10001 1011110 1000001

Color Harmonies of #FA7F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7F4F

Black with #FA7F4F

Text Example


Text Example

White with #FA7F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7F4F; }

 p { color: rgb(250,127,79); }

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

background-color css

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

 a { background-color: rgb(250,127,79); }

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

border-color css

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

 span { border-color: rgb(250,127,79); }

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