Html Css Color HEX #FF8242 Coral

📋 copy color: '#FF8242'

red 255 ◦ green 130 ◦ blue 66

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

Shades of Coral #FF8242

Tints of Coral #FF8242

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.82%

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

R = 56.54%
G = 28.82%
B = 14.63%

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

#FF8242 (or 0xFF8242) is known color: Coral. HEX triplet: FF, 82 and 42. RGB value is (255,130,66). Sum of RGB (Red+Green+Blue) = 255+130+66=451 (59% of max value = 765). Red value is 255 (100% from 255 or 56.54% from 451); Green value is 130 (51.17% from 255 or 28.82% from 451); Blue value is 66 (26.17% from 255 or 14.63% from 451); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8242 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8242 is #007DBD. Grayscale: #A0A0A0. Windows color (decimal): -32190 or 4358911. OLE color: 4358911.

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

Color convert

RGB 255 130 66 -
CMYK 0 0.49 0.74 0
HSL 20.32º 1% 0.63% -
HSV(B) 20.32º 0.74% 1% -
XYZ 50.21 37.62 9.77 -
YUV 160.08 74.91 195.7 -
System Red Green Blue C M Y K H S L
Decimal 255 130 66 0 0.49 0.74 0 20.32 1 0.63
Hex FF 82 42 0 31 4A 0 14 64 3F
Octal 377 202 102 0 61 112 0 24 144 77
Binary 11111111 10000010 1000010 0 110001 1001010 0 10100 1100100 111111

Color Harmonies of #FF8242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8242

Black with #FF8242

Text Example


Text Example

White with #FF8242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8242; }

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

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

background-color css

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

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

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

border-color css

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

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

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