Html Css Color HEX #FA8041 Coral

📋 copy color: '#FA8041'

red 250 ◦ green 128 ◦ blue 65

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

Shades of Coral #FA8041

Tints of Coral #FA8041

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.89%

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

R = 56.43%
G = 28.89%
B = 14.67%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#FA8041 (or 0xFA8041) is known color: Coral. HEX triplet: FA, 80 and 41. RGB value is (250,128,65). Sum of RGB (Red+Green+Blue) = 250+128+65=443 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.43% from 443); Green value is 128 (50.39% from 255 or 28.89% from 443); Blue value is 65 (25.78% from 255 or 14.67% from 443); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8041 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA8041 is #057FBE. Grayscale: #9D9D9D. Windows color (decimal): -360383 or 4292858. OLE color: 4292858.

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

Color convert

RGB 250 128 65 -
CMYK 0 0.49 0.74 0.02
HSL 20.43º 0.95% 0.62% -
HSV(B) 20.43º 0.74% 0.98% -
XYZ 48.1 36.14 9.44 -
YUV 157.3 75.92 194.12 -
System Red Green Blue C M Y K H S L
Decimal 250 128 65 0 0.49 0.74 0.02 20.43 0.95 0.62
Hex FA 80 41 0 31 4A 2 14 5F 3E
Octal 372 200 101 0 61 112 2 24 137 76
Binary 11111010 10000000 1000001 0 110001 1001010 10 10100 1011111 111110

Color Harmonies of #FA8041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8041

Black with #FA8041

Text Example


Text Example

White with #FA8041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8041; }

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

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

background-color css

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

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

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

border-color css

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

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

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