Html Css Color HEX #FF8142 Coral

📋 copy color: '#FF8142'

red 255 ◦ green 129 ◦ blue 66

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

Shades of Coral #FF8142

Tints of Coral #FF8142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 14.67%

R = 56.67%
G = 28.67%
B = 14.67%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.74

 K value IS 0

RGB Variations

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

Color information

#FF8142 (or 0xFF8142) is known color: Coral. HEX triplet: FF, 81 and 42. RGB value is (255,129,66). Sum of RGB (Red+Green+Blue) = 255+129+66=450 (59% of max value = 765). Red value is 255 (100% from 255 or 56.67% from 450); Green value is 129 (50.78% from 255 or 28.67% from 450); Blue value is 66 (26.17% from 255 or 14.67% from 450); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8142 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8142 is #007EBD. Grayscale: #9F9F9F. Windows color (decimal): -32446 or 4358655. OLE color: 4358655.

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

Color convert

RGB 255 129 66 -
CMYK 0 0.49 0.74 0
HSL 20º 1% 0.63% -
HSV(B) 20º 0.74% 1% -
XYZ 50.07 37.35 9.73 -
YUV 159.49 75.24 196.12 -
System Red Green Blue C M Y K H S L
Decimal 255 129 66 0 0.49 0.74 0 20 1 0.63
Hex FF 81 42 0 31 4A 0 14 64 3F
Octal 377 201 102 0 61 112 0 24 144 77
Binary 11111111 10000001 1000010 0 110001 1001010 0 10100 1100100 111111

Color Harmonies of #FF8142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8142

Black with #FF8142

Text Example


Text Example

White with #FF8142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8142; }

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

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

background-color css

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

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

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

border-color css

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

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

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