Html Css Color HEX #FD8046 Coral

📋 copy color: '#FD8046'

red 253 ◦ green 128 ◦ blue 70

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

Shades of Coral #FD8046

Tints of Coral #FD8046

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.38%

 BLUE value IS 70 (27.73% from 255) = 15.52%

R = 56.1%
G = 28.38%
B = 15.52%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.72

 K value IS 0.01

RGB Variations

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

Color information

#FD8046 (or 0xFD8046) is known color: Coral. HEX triplet: FD, 80 and 46. RGB value is (253,128,70). Sum of RGB (Red+Green+Blue) = 253+128+70=451 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.10% from 451); Green value is 128 (50.39% from 255 or 28.38% from 451); Blue value is 70 (27.73% from 255 or 15.52% from 451); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8046 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD8046 is #027FB9. Grayscale: #9F9F9F. Windows color (decimal): -163770 or 4620541. OLE color: 4620541.

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

Color convert

RGB 253 128 70 -
CMYK 0 0.49 0.72 0.01
HSL 19.02º 0.98% 0.63% -
HSV(B) 19.02º 0.72% 0.99% -
XYZ 49.33 36.76 10.29 -
YUV 158.76 77.91 195.22 -
System Red Green Blue C M Y K H S L
Decimal 253 128 70 0 0.49 0.72 0.01 19.02 0.98 0.63
Hex FD 80 46 0 31 48 1 13 62 3F
Octal 375 200 106 0 61 110 1 23 142 77
Binary 11111101 10000000 1000110 0 110001 1001000 1 10011 1100010 111111

Color Harmonies of #FD8046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8046

Black with #FD8046

Text Example


Text Example

White with #FD8046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8046; }

 p { color: rgb(253,128,70); }

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

background-color css

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

 a { background-color: rgb(253,128,70); }

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

border-color css

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

 span { border-color: rgb(253,128,70); }

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