Html Css Color HEX #FF8258 Coral

📋 copy color: '#FF8258'

red 255 ◦ green 130 ◦ blue 88

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

Shades of Coral #FF8258

Tints of Coral #FF8258

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 18.6%

R = 53.91%
G = 27.48%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.65

 K value IS 0

RGB Variations

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

Color information

#FF8258 (or 0xFF8258) is known color: Coral. HEX triplet: FF, 82 and 58. RGB value is (255,130,88). Sum of RGB (Red+Green+Blue) = 255+130+88=473 (62% of max value = 765). Red value is 255 (100% from 255 or 53.91% from 473); Green value is 130 (51.17% from 255 or 27.48% from 473); Blue value is 88 (34.77% from 255 or 18.60% from 473); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8258 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8258 is #007DA7. Grayscale: #A2A2A2. Windows color (decimal): -32168 or 5800703. OLE color: 5800703.

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

Color convert

RGB 255 130 88 -
CMYK 0 0.49 0.65 0
HSL 15.09º 1% 0.67% -
HSV(B) 15.09º 0.65% 1% -
XYZ 50.98 37.93 13.87 -
YUV 162.59 85.91 193.92 -
System Red Green Blue C M Y K H S L
Decimal 255 130 88 0 0.49 0.65 0 15.09 1 0.67
Hex FF 82 58 0 31 41 0 F 64 43
Octal 377 202 130 0 61 101 0 17 144 103
Binary 11111111 10000010 1011000 0 110001 1000001 0 1111 1100100 1000011

Color Harmonies of #FF8258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8258

Black with #FF8258

Text Example


Text Example

White with #FF8258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8258; }

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

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

background-color css

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

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

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

border-color css

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

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

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