Html Css Color HEX #FD8348 Coral

📋 copy color: '#FD8348'

red 253 ◦ green 131 ◦ blue 72

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

Shades of Coral #FD8348

Tints of Coral #FD8348

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.73%

 BLUE value IS 72 (28.52% from 255) = 15.79%

R = 55.48%
G = 28.73%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.72

 K value IS 0.01

RGB Variations

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

Color information

#FD8348 (or 0xFD8348) is known color: Coral. HEX triplet: FD, 83 and 48. RGB value is (253,131,72). Sum of RGB (Red+Green+Blue) = 253+131+72=456 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.48% from 456); Green value is 131 (51.56% from 255 or 28.73% from 456); Blue value is 72 (28.52% from 255 or 15.79% from 456); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8348 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD8348 is #027CB7. Grayscale: #A1A1A1. Windows color (decimal): -163000 or 4752381. OLE color: 4752381.

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

Color convert

RGB 253 131 72 -
CMYK 0 0.48 0.72 0.01
HSL 19.56º 0.98% 0.64% -
HSV(B) 19.56º 0.72% 0.99% -
XYZ 49.79 37.58 10.76 -
YUV 160.75 77.92 193.8 -
System Red Green Blue C M Y K H S L
Decimal 253 131 72 0 0.48 0.72 0.01 19.56 0.98 0.64
Hex FD 83 48 0 30 48 1 14 62 40
Octal 375 203 110 0 60 110 1 24 142 100
Binary 11111101 10000011 1001000 0 110000 1001000 1 10100 1100010 1000000

Color Harmonies of #FD8348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8348

Black with #FD8348

Text Example


Text Example

White with #FD8348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8348; }

 p { color: rgb(253,131,72); }

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

background-color css

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

 a { background-color: rgb(253,131,72); }

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

border-color css

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

 span { border-color: rgb(253,131,72); }

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