Html Css Color HEX #FF8045 Coral

📋 copy color: '#FF8045'

red 255 ◦ green 128 ◦ blue 69

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

Shades of Coral #FF8045

Tints of Coral #FF8045

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.32%

 BLUE value IS 69 (27.34% from 255) = 15.27%

R = 56.42%
G = 28.32%
B = 15.27%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.73

 K value IS 0

RGB Variations

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

Color information

#FF8045 (or 0xFF8045) is known color: Coral. HEX triplet: FF, 80 and 45. RGB value is (255,128,69). Sum of RGB (Red+Green+Blue) = 255+128+69=452 (59% of max value = 765). Red value is 255 (100% from 255 or 56.42% from 452); Green value is 128 (50.39% from 255 or 28.32% from 452); Blue value is 69 (27.34% from 255 or 15.27% from 452); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8045 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8045 is #007FBA. Grayscale: #9F9F9F. Windows color (decimal): -32699 or 4555007. OLE color: 4555007.

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

Color convert

RGB 255 128 69 -
CMYK 0 0.50 0.73 0
HSL 19.03º 1% 0.64% -
HSV(B) 19.03º 0.73% 1% -
XYZ 50.03 37.13 10.16 -
YUV 159.25 77.08 196.3 -
System Red Green Blue C M Y K H S L
Decimal 255 128 69 0 0.50 0.73 0 19.03 1 0.64
Hex FF 80 45 0 32 49 0 13 64 40
Octal 377 200 105 0 62 111 0 23 144 100
Binary 11111111 10000000 1000101 0 110010 1001001 0 10011 1100100 1000000

Color Harmonies of #FF8045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8045

Black with #FF8045

Text Example


Text Example

White with #FF8045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8045; }

 p { color: rgb(255,128,69); }

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

background-color css

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

 a { background-color: rgb(255,128,69); }

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

border-color css

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

 span { border-color: rgb(255,128,69); }

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