Html Css Color HEX #FD824D Coral

📋 copy color: '#FD824D'

red 253 ◦ green 130 ◦ blue 77

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

Shades of Coral #FD824D

Tints of Coral #FD824D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 16.74%

R = 55%
G = 28.26%
B = 16.74%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FD824D (or 0xFD824D) is known color: Coral. HEX triplet: FD, 82 and 4D. RGB value is (253,130,77). Sum of RGB (Red+Green+Blue) = 253+130+77=460 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55% from 460); Green value is 130 (51.17% from 255 or 28.26% from 460); Blue value is 77 (30.47% from 255 or 16.74% from 460); Max value from RGB is 253 - color contains mainly: red. Hex color #FD824D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD824D is #027DB2. Grayscale: #A1A1A1. Windows color (decimal): -163251 or 5079805. OLE color: 5079805.

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

Color convert

RGB 253 130 77 -
CMYK 0 0.49 0.70 0.01
HSL 18.07º 0.98% 0.65% -
HSV(B) 18.07º 0.7% 0.99% -
XYZ 49.83 37.38 11.61 -
YUV 160.74 80.75 193.81 -
System Red Green Blue C M Y K H S L
Decimal 253 130 77 0 0.49 0.70 0.01 18.07 0.98 0.65
Hex FD 82 4D 0 31 46 1 12 62 41
Octal 375 202 115 0 61 106 1 22 142 101
Binary 11111101 10000010 1001101 0 110001 1000110 1 10010 1100010 1000001

Color Harmonies of #FD824D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD824D

Black with #FD824D

Text Example


Text Example

White with #FD824D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD824D; }

 p { color: rgb(253,130,77); }

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

background-color css

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

 a { background-color: rgb(253,130,77); }

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

border-color css

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

 span { border-color: rgb(253,130,77); }

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