Html Css Color HEX #FF8442 Coral

📋 copy color: '#FF8442'

red 255 ◦ green 132 ◦ blue 66

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

Shades of Coral #FF8442

Tints of Coral #FF8442

RGB

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

 GREEN value IS 132 (51.95% from 255) = 29.14%

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

R = 56.29%
G = 29.14%
B = 14.57%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.74

 K value IS 0

RGB Variations

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

Color information

#FF8442 (or 0xFF8442) is known color: Coral. HEX triplet: FF, 84 and 42. RGB value is (255,132,66). Sum of RGB (Red+Green+Blue) = 255+132+66=453 (60% of max value = 765). Red value is 255 (100% from 255 or 56.29% from 453); Green value is 132 (51.95% from 255 or 29.14% from 453); Blue value is 66 (26.17% from 255 or 14.57% from 453); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8442 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8442 is #007BBD. Grayscale: #A1A1A1. Windows color (decimal): -31678 or 4359423. OLE color: 4359423.

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

Color convert

RGB 255 132 66 -
CMYK 0 0.48 0.74 0
HSL 20.95º 1% 0.63% -
HSV(B) 20.95º 0.74% 1% -
XYZ 50.47 38.16 9.86 -
YUV 161.25 74.25 194.87 -
System Red Green Blue C M Y K H S L
Decimal 255 132 66 0 0.48 0.74 0 20.95 1 0.63
Hex FF 84 42 0 30 4A 0 15 64 3F
Octal 377 204 102 0 60 112 0 25 144 77
Binary 11111111 10000100 1000010 0 110000 1001010 0 10101 1100100 111111

Color Harmonies of #FF8442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8442

Black with #FF8442

Text Example


Text Example

White with #FF8442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8442; }

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

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

background-color css

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

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

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

border-color css

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

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

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