Html Css Color HEX #FF855A Coral

📋 copy color: '#FF855A'

red 255 ◦ green 133 ◦ blue 90

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

Shades of Coral #FF855A

Tints of Coral #FF855A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 18.83%

R = 53.35%
G = 27.82%
B = 18.83%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.65

 K value IS 0

RGB Variations

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

Color information

#FF855A (or 0xFF855A) is known color: Coral. HEX triplet: FF, 85 and 5A. RGB value is (255,133,90). Sum of RGB (Red+Green+Blue) = 255+133+90=478 (63% of max value = 765). Red value is 255 (100% from 255 or 53.35% from 478); Green value is 133 (52.34% from 255 or 27.82% from 478); Blue value is 90 (35.55% from 255 or 18.83% from 478); Max value from RGB is 255 - color contains mainly: red. Hex color #FF855A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF855A is #007AA5. Grayscale: #A4A4A4. Windows color (decimal): -31398 or 5932543. OLE color: 5932543.

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

Color convert

RGB 255 133 90 -
CMYK 0 0.48 0.65 0
HSL 15.64º 1% 0.68% -
HSV(B) 15.64º 0.65% 1% -
XYZ 51.47 38.77 14.44 -
YUV 164.58 85.92 192.5 -
System Red Green Blue C M Y K H S L
Decimal 255 133 90 0 0.48 0.65 0 15.64 1 0.68
Hex FF 85 5A 0 30 41 0 10 64 44
Octal 377 205 132 0 60 101 0 20 144 104
Binary 11111111 10000101 1011010 0 110000 1000001 0 10000 1100100 1000100

Color Harmonies of #FF855A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF855A

Black with #FF855A

Text Example


Text Example

White with #FF855A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF855A; }

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

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

background-color css

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

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

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

border-color css

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

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

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