Html Css Color HEX #FF855F Coral

📋 copy color: '#FF855F'

red 255 ◦ green 133 ◦ blue 95

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

Shades of Coral #FF855F

Tints of Coral #FF855F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.54%

 BLUE value IS 95 (37.5% from 255) = 19.67%

R = 52.8%
G = 27.54%
B = 19.67%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.63

 K value IS 0

RGB Variations

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

Color information

#FF855F (or 0xFF855F) is known color: Coral. HEX triplet: FF, 85 and 5F. RGB value is (255,133,95). Sum of RGB (Red+Green+Blue) = 255+133+95=483 (63% of max value = 765). Red value is 255 (100% from 255 or 52.80% from 483); Green value is 133 (52.34% from 255 or 27.54% from 483); Blue value is 95 (37.5% from 255 or 19.67% from 483); Max value from RGB is 255 - color contains mainly: red. Hex color #FF855F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF855F is #007AA0. Grayscale: #A5A5A5. Windows color (decimal): -31393 or 6260223. OLE color: 6260223.

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

Color convert

RGB 255 133 95 -
CMYK 0 0.48 0.63 0
HSL 14.25º 1% 0.69% -
HSV(B) 14.25º 0.63% 1% -
XYZ 51.69 38.86 15.6 -
YUV 165.15 88.42 192.09 -
System Red Green Blue C M Y K H S L
Decimal 255 133 95 0 0.48 0.63 0 14.25 1 0.69
Hex FF 85 5F 0 30 3F 0 E 64 45
Octal 377 205 137 0 60 77 0 16 144 105
Binary 11111111 10000101 1011111 0 110000 111111 0 1110 1100100 1000101

Color Harmonies of #FF855F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF855F

Black with #FF855F

Text Example


Text Example

White with #FF855F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF855F; }

 p { color: rgb(255,133,95); }

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

background-color css

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

 a { background-color: rgb(255,133,95); }

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

border-color css

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

 span { border-color: rgb(255,133,95); }

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