Html Css Color HEX #FF8241 Coral

📋 copy color: '#FF8241'

red 255 ◦ green 130 ◦ blue 65

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

Shades of Coral #FF8241

Tints of Coral #FF8241

RGB

 RED value IS 255 (100% from 255) = 56.67%

 GREEN value IS 130 (51.17% from 255) = 28.89%

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

R = 56.67%
G = 28.89%
B = 14.44%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.75

 K value IS 0

RGB Variations

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

Color information

#FF8241 (or 0xFF8241) is known color: Coral. HEX triplet: FF, 82 and 41. RGB value is (255,130,65). Sum of RGB (Red+Green+Blue) = 255+130+65=450 (59% of max value = 765). Red value is 255 (100% from 255 or 56.67% from 450); Green value is 130 (51.17% from 255 or 28.89% from 450); Blue value is 65 (25.78% from 255 or 14.44% from 450); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8241 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8241 is #007DBE. Grayscale: #A0A0A0. Windows color (decimal): -32191 or 4293375. OLE color: 4293375.

HSL color Cylindrical-coordinate representation of color #FF8241: hue angle of 20.53º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FF8241 is Cyan = 0, Magento = 0.49, Yellow = 0.75 and Black (K on CMYK) = 0.

Color convert

RGB 255 130 65 -
CMYK 0 0.49 0.75 0
HSL 20.53º 1% 0.63% -
HSV(B) 20.53º 0.75% 1% -
XYZ 50.18 37.61 9.62 -
YUV 159.97 74.41 195.79 -
System Red Green Blue C M Y K H S L
Decimal 255 130 65 0 0.49 0.75 0 20.53 1 0.63
Hex FF 82 41 0 31 4B 0 15 64 3F
Octal 377 202 101 0 61 113 0 25 144 77
Binary 11111111 10000010 1000001 0 110001 1001011 0 10101 1100100 111111

Color Harmonies of #FF8241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8241

Black with #FF8241

Text Example


Text Example

White with #FF8241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8241; }

 p { color: rgb(255,130,65); }

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

background-color css

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

 a { background-color: rgb(255,130,65); }

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

border-color css

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

 span { border-color: rgb(255,130,65); }

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