Html Css Color HEX #FF7A5A Coral

📋 copy color: '#FF7A5A'

red 255 ◦ green 122 ◦ blue 90

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

Shades of Coral #FF7A5A

Tints of Coral #FF7A5A

RGB

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

 GREEN value IS 122 (48.05% from 255) = 26.12%

 BLUE value IS 90 (35.55% from 255) = 19.27%

R = 54.6%
G = 26.12%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.65

 K value IS 0

RGB Variations

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

Color information

#FF7A5A (or 0xFF7A5A) is known color: Coral. HEX triplet: FF, 7A and 5A. RGB value is (255,122,90). Sum of RGB (Red+Green+Blue) = 255+122+90=467 (61% of max value = 765). Red value is 255 (100% from 255 or 54.60% from 467); Green value is 122 (48.05% from 255 or 26.12% from 467); Blue value is 90 (35.55% from 255 or 19.27% from 467); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7A5A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7A5A is #0085A5. Grayscale: #9E9E9E. Windows color (decimal): -34214 or 5929727. OLE color: 5929727.

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

Color convert

RGB 255 122 90 -
CMYK 0 0.52 0.65 0
HSL 11.64º 1% 0.68% -
HSV(B) 11.64º 0.65% 1% -
XYZ 50.04 35.92 13.97 -
YUV 158.12 89.56 197.1 -
System Red Green Blue C M Y K H S L
Decimal 255 122 90 0 0.52 0.65 0 11.64 1 0.68
Hex FF 7A 5A 0 34 41 0 C 64 44
Octal 377 172 132 0 64 101 0 14 144 104
Binary 11111111 1111010 1011010 0 110100 1000001 0 1100 1100100 1000100

Color Harmonies of #FF7A5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7A5A

Black with #FF7A5A

Text Example


Text Example

White with #FF7A5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7A5A; }

 p { color: rgb(255,122,90); }

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

background-color css

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

 a { background-color: rgb(255,122,90); }

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

border-color css

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

 span { border-color: rgb(255,122,90); }

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