Html Css Color HEX #FF8540 Coral

📋 copy color: '#FF8540'

red 255 ◦ green 133 ◦ blue 64

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

Shades of Coral #FF8540

Tints of Coral #FF8540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 14.16%

R = 56.42%
G = 29.42%
B = 14.16%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.75

 K value IS 0

RGB Variations

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

Color information

#FF8540 (or 0xFF8540) is known color: Coral. HEX triplet: FF, 85 and 40. RGB value is (255,133,64). Sum of RGB (Red+Green+Blue) = 255+133+64=452 (59% of max value = 765). Red value is 255 (100% from 255 or 56.42% from 452); Green value is 133 (52.34% from 255 or 29.42% from 452); Blue value is 64 (25.39% from 255 or 14.16% from 452); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8540 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8540 is #007ABF. Grayscale: #A2A2A2. Windows color (decimal): -31424 or 4228607. OLE color: 4228607.

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

Color convert

RGB 255 133 64 -
CMYK 0 0.48 0.75 0
HSL 21.68º 1% 0.63% -
HSV(B) 21.68º 0.75% 1% -
XYZ 50.55 38.41 9.6 -
YUV 161.61 72.92 194.61 -
System Red Green Blue C M Y K H S L
Decimal 255 133 64 0 0.48 0.75 0 21.68 1 0.63
Hex FF 85 40 0 30 4B 0 16 64 3F
Octal 377 205 100 0 60 113 0 26 144 77
Binary 11111111 10000101 1000000 0 110000 1001011 0 10110 1100100 111111

Color Harmonies of #FF8540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8540

Black with #FF8540

Text Example


Text Example

White with #FF8540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8540; }

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

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

background-color css

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

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

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

border-color css

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

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

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