Html Css Color HEX #FF8A48 Coral

📋 copy color: '#FF8A48'

red 255 ◦ green 138 ◦ blue 72

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

Shades of Coral #FF8A48

Tints of Coral #FF8A48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 15.48%

R = 54.84%
G = 29.68%
B = 15.48%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.72

 K value IS 0

RGB Variations

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

Color information

#FF8A48 (or 0xFF8A48) is known color: Coral. HEX triplet: FF, 8A and 48. RGB value is (255,138,72). Sum of RGB (Red+Green+Blue) = 255+138+72=465 (61% of max value = 765). Red value is 255 (100% from 255 or 54.84% from 465); Green value is 138 (54.30% from 255 or 29.68% from 465); Blue value is 72 (28.52% from 255 or 15.48% from 465); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8A48 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8A48 is #0075B7. Grayscale: #A5A5A5. Windows color (decimal): -30136 or 4754175. OLE color: 4754175.

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

Color convert

RGB 255 138 72 -
CMYK 0 0.46 0.72 0
HSL 21.64º 1% 0.64% -
HSV(B) 21.64º 0.72% 1% -
XYZ 51.5 39.9 11.12 -
YUV 165.46 75.26 191.87 -
System Red Green Blue C M Y K H S L
Decimal 255 138 72 0 0.46 0.72 0 21.64 1 0.64
Hex FF 8A 48 0 2E 48 0 16 64 40
Octal 377 212 110 0 56 110 0 26 144 100
Binary 11111111 10001010 1001000 0 101110 1001000 0 10110 1100100 1000000

Color Harmonies of #FF8A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8A48

Black with #FF8A48

Text Example


Text Example

White with #FF8A48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8A48; }

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

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

background-color css

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

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

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

border-color css

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

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

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