Html Css Color HEX #FA7D41 Coral

📋 copy color: '#FA7D41'

red 250 ◦ green 125 ◦ blue 65

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

Shades of Coral #FA7D41

Tints of Coral #FA7D41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 14.77%

R = 56.82%
G = 28.41%
B = 14.77%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#FA7D41 (or 0xFA7D41) is known color: Coral. HEX triplet: FA, 7D and 41. RGB value is (250,125,65). Sum of RGB (Red+Green+Blue) = 250+125+65=440 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.82% from 440); Green value is 125 (49.22% from 255 or 28.41% from 440); Blue value is 65 (25.78% from 255 or 14.77% from 440); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7D41 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA7D41 is #0582BE. Grayscale: #9B9B9B. Windows color (decimal): -361151 or 4292090. OLE color: 4292090.

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

Color convert

RGB 250 125 65 -
CMYK 0 0.50 0.74 0.02
HSL 19.46º 0.95% 0.62% -
HSV(B) 19.46º 0.74% 0.98% -
XYZ 47.71 35.37 9.31 -
YUV 155.54 76.91 195.38 -
System Red Green Blue C M Y K H S L
Decimal 250 125 65 0 0.50 0.74 0.02 19.46 0.95 0.62
Hex FA 7D 41 0 32 4A 2 13 5F 3E
Octal 372 175 101 0 62 112 2 23 137 76
Binary 11111010 1111101 1000001 0 110010 1001010 10 10011 1011111 111110

Color Harmonies of #FA7D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7D41

Black with #FA7D41

Text Example


Text Example

White with #FA7D41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7D41; }

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

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

background-color css

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

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

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

border-color css

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

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

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