Html Css Color HEX #FF814A Coral

📋 copy color: '#FF814A'

red 255 ◦ green 129 ◦ blue 74

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

Shades of Coral #FF814A

Tints of Coral #FF814A

RGB

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

 GREEN value IS 129 (50.78% from 255) = 28.17%

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

R = 55.68%
G = 28.17%
B = 16.16%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.71

 K value IS 0

RGB Variations

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

Color information

#FF814A (or 0xFF814A) is known color: Coral. HEX triplet: FF, 81 and 4A. RGB value is (255,129,74). Sum of RGB (Red+Green+Blue) = 255+129+74=458 (60% of max value = 765). Red value is 255 (100% from 255 or 55.68% from 458); Green value is 129 (50.78% from 255 or 28.17% from 458); Blue value is 74 (29.30% from 255 or 16.16% from 458); Max value from RGB is 255 - color contains mainly: red. Hex color #FF814A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF814A is #007EB5. Grayscale: #A0A0A0. Windows color (decimal): -32438 or 4882943. OLE color: 4882943.

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

Color convert

RGB 255 129 74 -
CMYK 0 0.49 0.71 0
HSL 18.23º 1% 0.65% -
HSV(B) 18.23º 0.71% 1% -
XYZ 50.33 37.45 11.06 -
YUV 160.4 79.24 195.47 -
System Red Green Blue C M Y K H S L
Decimal 255 129 74 0 0.49 0.71 0 18.23 1 0.65
Hex FF 81 4A 0 31 47 0 12 64 41
Octal 377 201 112 0 61 107 0 22 144 101
Binary 11111111 10000001 1001010 0 110001 1000111 0 10010 1100100 1000001

Color Harmonies of #FF814A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF814A

Black with #FF814A

Text Example


Text Example

White with #FF814A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF814A; }

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

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

background-color css

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

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

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

border-color css

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

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

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