Html Css Color HEX #FF8A55 Coral

📋 copy color: '#FF8A55'

red 255 ◦ green 138 ◦ blue 85

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

Shades of Coral #FF8A55

Tints of Coral #FF8A55

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.87%

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

R = 53.35%
G = 28.87%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.67

 K value IS 0

RGB Variations

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

Color information

#FF8A55 (or 0xFF8A55) is known color: Coral. HEX triplet: FF, 8A and 55. RGB value is (255,138,85). Sum of RGB (Red+Green+Blue) = 255+138+85=478 (63% of max value = 765). Red value is 255 (100% from 255 or 53.35% from 478); Green value is 138 (54.30% from 255 or 28.87% from 478); Blue value is 85 (33.59% from 255 or 17.78% from 478); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8A55 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8A55 is #0075AA. Grayscale: #A7A7A7. Windows color (decimal): -30123 or 5606143. OLE color: 5606143.

HSL color Cylindrical-coordinate representation of color #FF8A55: hue angle of 18.71º 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 #FF8A55 is Cyan = 0, Magento = 0.46, Yellow = 0.67 and Black (K on CMYK) = 0.

Color convert

RGB 255 138 85 -
CMYK 0 0.46 0.67 0
HSL 18.71º 1% 0.67% -
HSV(B) 18.71º 0.67% 1% -
XYZ 51.97 40.09 13.59 -
YUV 166.94 81.76 190.81 -
System Red Green Blue C M Y K H S L
Decimal 255 138 85 0 0.46 0.67 0 18.71 1 0.67
Hex FF 8A 55 0 2E 43 0 13 64 43
Octal 377 212 125 0 56 103 0 23 144 103
Binary 11111111 10001010 1010101 0 101110 1000011 0 10011 1100100 1000011

Color Harmonies of #FF8A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8A55

Black with #FF8A55

Text Example


Text Example

White with #FF8A55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8A55; }

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

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

background-color css

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

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

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

border-color css

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

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

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