Html Css Color HEX #FF8355 Coral

📋 copy color: '#FF8355'

red 255 ◦ green 131 ◦ blue 85

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

Shades of Coral #FF8355

Tints of Coral #FF8355

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.81%

 BLUE value IS 85 (33.59% from 255) = 18.05%

R = 54.14%
G = 27.81%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.67

 K value IS 0

RGB Variations

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

Color information

#FF8355 (or 0xFF8355) is known color: Coral. HEX triplet: FF, 83 and 55. RGB value is (255,131,85). Sum of RGB (Red+Green+Blue) = 255+131+85=471 (62% of max value = 765). Red value is 255 (100% from 255 or 54.14% from 471); Green value is 131 (51.56% from 255 or 27.81% from 471); Blue value is 85 (33.59% from 255 or 18.05% from 471); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8355 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8355 is #007CAA. Grayscale: #A3A3A3. Windows color (decimal): -31915 or 5604351. OLE color: 5604351.

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

Color convert

RGB 255 131 85 -
CMYK 0 0.49 0.67 0
HSL 16.24º 1% 0.67% -
HSV(B) 16.24º 0.67% 1% -
XYZ 51 38.15 13.27 -
YUV 162.83 84.08 193.74 -
System Red Green Blue C M Y K H S L
Decimal 255 131 85 0 0.49 0.67 0 16.24 1 0.67
Hex FF 83 55 0 31 43 0 10 64 43
Octal 377 203 125 0 61 103 0 20 144 103
Binary 11111111 10000011 1010101 0 110001 1000011 0 10000 1100100 1000011

Color Harmonies of #FF8355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8355

Black with #FF8355

Text Example


Text Example

White with #FF8355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8355; }

 p { color: rgb(255,131,85); }

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

background-color css

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

 a { background-color: rgb(255,131,85); }

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

border-color css

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

 span { border-color: rgb(255,131,85); }

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