Html Css Color HEX #FD7A55 Coral

📋 copy color: '#FD7A55'

red 253 ◦ green 122 ◦ blue 85

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

Shades of Coral #FD7A55

Tints of Coral #FD7A55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 18.48%

R = 55%
G = 26.52%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.66

 K value IS 0.01

RGB Variations

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

Color information

#FD7A55 (or 0xFD7A55) is known color: Coral. HEX triplet: FD, 7A and 55. RGB value is (253,122,85). Sum of RGB (Red+Green+Blue) = 253+122+85=460 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55% from 460); Green value is 122 (48.05% from 255 or 26.52% from 460); Blue value is 85 (33.59% from 255 or 18.48% from 460); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7A55 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD7A55 is #0285AA. Grayscale: #9D9D9D. Windows color (decimal): -165291 or 5602045. OLE color: 5602045.

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

Color convert

RGB 253 122 85 -
CMYK 0 0.52 0.66 0.01
HSL 13.21º 0.98% 0.66% -
HSV(B) 13.21º 0.66% 0.99% -
XYZ 49.11 35.46 12.85 -
YUV 156.95 87.4 196.51 -
System Red Green Blue C M Y K H S L
Decimal 253 122 85 0 0.52 0.66 0.01 13.21 0.98 0.66
Hex FD 7A 55 0 34 42 1 D 62 42
Octal 375 172 125 0 64 102 1 15 142 102
Binary 11111101 1111010 1010101 0 110100 1000010 1 1101 1100010 1000010

Color Harmonies of #FD7A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD7A55

Black with #FD7A55

Text Example


Text Example

White with #FD7A55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD7A55; }

 p { color: rgb(253,122,85); }

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

background-color css

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

 a { background-color: rgb(253,122,85); }

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

border-color css

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

 span { border-color: rgb(253,122,85); }

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