Html Css Color HEX #FF8A4A Coral

📋 copy color: '#FF8A4A'

red 255 ◦ green 138 ◦ blue 74

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

Shades of Coral #FF8A4A

Tints of Coral #FF8A4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.85%

R = 54.6%
G = 29.55%
B = 15.85%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.71

 K value IS 0

RGB Variations

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

Color information

#FF8A4A (or 0xFF8A4A) is known color: Coral. HEX triplet: FF, 8A and 4A. RGB value is (255,138,74). Sum of RGB (Red+Green+Blue) = 255+138+74=467 (61% of max value = 765). Red value is 255 (100% from 255 or 54.60% from 467); Green value is 138 (54.30% from 255 or 29.55% from 467); Blue value is 74 (29.30% from 255 or 15.85% from 467); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8A4A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8A4A is #0075B5. Grayscale: #A6A6A6. Windows color (decimal): -30134 or 4885247. OLE color: 4885247.

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

Color convert

RGB 255 138 74 -
CMYK 0 0.46 0.71 0
HSL 21.22º 1% 0.65% -
HSV(B) 21.22º 0.71% 1% -
XYZ 51.56 39.93 11.47 -
YUV 165.69 76.26 191.7 -
System Red Green Blue C M Y K H S L
Decimal 255 138 74 0 0.46 0.71 0 21.22 1 0.65
Hex FF 8A 4A 0 2E 47 0 15 64 41
Octal 377 212 112 0 56 107 0 25 144 101
Binary 11111111 10001010 1001010 0 101110 1000111 0 10101 1100100 1000001

Color Harmonies of #FF8A4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8A4A

Black with #FF8A4A

Text Example


Text Example

White with #FF8A4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8A4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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