Html Css Color HEX #FD7E5A Coral

📋 copy color: '#FD7E5A'

red 253 ◦ green 126 ◦ blue 90

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

Shades of Coral #FD7E5A

Tints of Coral #FD7E5A

RGB

 RED value IS 253 (99.22% from 255) = 53.94%

 GREEN value IS 126 (49.61% from 255) = 26.87%

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

R = 53.94%
G = 26.87%
B = 19.19%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FD7E5A (or 0xFD7E5A) is known color: Coral. HEX triplet: FD, 7E and 5A. RGB value is (253,126,90). Sum of RGB (Red+Green+Blue) = 253+126+90=469 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.94% from 469); Green value is 126 (49.61% from 255 or 26.87% from 469); Blue value is 90 (35.55% from 255 or 19.19% from 469); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7E5A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD7E5A is #0281A5. Grayscale: #A0A0A0. Windows color (decimal): -164262 or 5930749. OLE color: 5930749.

HSL color Cylindrical-coordinate representation of color #FD7E5A: hue angle of 13.25º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FD7E5A is Cyan = 0, Magento = 0.50, Yellow = 0.64 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 126 90 -
CMYK 0 0.50 0.64 0.01
HSL 13.25º 0.98% 0.67% -
HSV(B) 13.25º 0.64% 0.99% -
XYZ 49.81 36.54 14.1 -
YUV 159.87 88.58 194.43 -
System Red Green Blue C M Y K H S L
Decimal 253 126 90 0 0.50 0.64 0.01 13.25 0.98 0.67
Hex FD 7E 5A 0 32 40 1 D 62 43
Octal 375 176 132 0 62 100 1 15 142 103
Binary 11111101 1111110 1011010 0 110010 1000000 1 1101 1100010 1000011

Color Harmonies of #FD7E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD7E5A

Black with #FD7E5A

Text Example


Text Example

White with #FD7E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD7E5A; }

 p { color: rgb(253,126,90); }

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

background-color css

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

 a { background-color: rgb(253,126,90); }

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

border-color css

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

 span { border-color: rgb(253,126,90); }

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