Html Css Color HEX #FA7D4B Coral

📋 copy color: '#FA7D4B'

red 250 ◦ green 125 ◦ blue 75

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

Shades of Coral #FA7D4B

Tints of Coral #FA7D4B

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27.78%

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

R = 55.56%
G = 27.78%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.7

 K value IS 0.02

RGB Variations

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

Color information

#FA7D4B (or 0xFA7D4B) is known color: Coral. HEX triplet: FA, 7D and 4B. RGB value is (250,125,75). Sum of RGB (Red+Green+Blue) = 250+125+75=450 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.56% from 450); Green value is 125 (49.22% from 255 or 27.78% from 450); Blue value is 75 (29.69% from 255 or 16.67% from 450); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7D4B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA7D4B is #0582B4. Grayscale: #9D9D9D. Windows color (decimal): -361141 or 4947450. OLE color: 4947450.

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

Color convert

RGB 250 125 75 -
CMYK 0 0.50 0.7 0.02
HSL 17.14º 0.95% 0.64% -
HSV(B) 17.14º 0.7% 0.98% -
XYZ 48.03 35.5 10.98 -
YUV 156.68 81.91 194.57 -
System Red Green Blue C M Y K H S L
Decimal 250 125 75 0 0.50 0.7 0.02 17.14 0.95 0.64
Hex FA 7D 4B 0 32 46 2 11 5F 40
Octal 372 175 113 0 62 106 2 21 137 100
Binary 11111010 1111101 1001011 0 110010 1000110 10 10001 1011111 1000000

Color Harmonies of #FA7D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7D4B

Black with #FA7D4B

Text Example


Text Example

White with #FA7D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7D4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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