Html Css Color HEX #FF8248 Coral

📋 copy color: '#FF8248'

red 255 ◦ green 130 ◦ blue 72

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

Shades of Coral #FF8248

Tints of Coral #FF8248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 15.75%

R = 55.8%
G = 28.45%
B = 15.75%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.72

 K value IS 0

RGB Variations

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

Color information

#FF8248 (or 0xFF8248) is known color: Coral. HEX triplet: FF, 82 and 48. RGB value is (255,130,72). Sum of RGB (Red+Green+Blue) = 255+130+72=457 (60% of max value = 765). Red value is 255 (100% from 255 or 55.80% from 457); Green value is 130 (51.17% from 255 or 28.45% from 457); Blue value is 72 (28.52% from 255 or 15.75% from 457); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8248 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8248 is #007DB7. Grayscale: #A1A1A1. Windows color (decimal): -32184 or 4752127. OLE color: 4752127.

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

Color convert

RGB 255 130 72 -
CMYK 0 0.49 0.72 0
HSL 19.02º 1% 0.64% -
HSV(B) 19.02º 0.72% 1% -
XYZ 50.39 37.69 10.75 -
YUV 160.76 77.91 195.22 -
System Red Green Blue C M Y K H S L
Decimal 255 130 72 0 0.49 0.72 0 19.02 1 0.64
Hex FF 82 48 0 31 48 0 13 64 40
Octal 377 202 110 0 61 110 0 23 144 100
Binary 11111111 10000010 1001000 0 110001 1001000 0 10011 1100100 1000000

Color Harmonies of #FF8248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8248

Black with #FF8248

Text Example


Text Example

White with #FF8248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8248; }

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

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

background-color css

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

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

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

border-color css

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

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

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