Html Css Color HEX #FD8352 Coral

📋 copy color: '#FD8352'

red 253 ◦ green 131 ◦ blue 82

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

Shades of Coral #FD8352

Tints of Coral #FD8352

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 17.6%

R = 54.29%
G = 28.11%
B = 17.6%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FD8352 (or 0xFD8352) is known color: Coral. HEX triplet: FD, 83 and 52. RGB value is (253,131,82). Sum of RGB (Red+Green+Blue) = 253+131+82=466 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.29% from 466); Green value is 131 (51.56% from 255 or 28.11% from 466); Blue value is 82 (32.42% from 255 or 17.60% from 466); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8352 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD8352 is #027CAD. Grayscale: #A2A2A2. Windows color (decimal): -162990 or 5407741. OLE color: 5407741.

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

Color convert

RGB 253 131 82 -
CMYK 0 0.48 0.68 0.01
HSL 17.19º 0.98% 0.66% -
HSV(B) 17.19º 0.68% 0.99% -
XYZ 50.15 37.72 12.62 -
YUV 161.89 82.92 192.98 -
System Red Green Blue C M Y K H S L
Decimal 253 131 82 0 0.48 0.68 0.01 17.19 0.98 0.66
Hex FD 83 52 0 30 44 1 11 62 42
Octal 375 203 122 0 60 104 1 21 142 102
Binary 11111101 10000011 1010010 0 110000 1000100 1 10001 1100010 1000010

Color Harmonies of #FD8352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8352

Black with #FD8352

Text Example


Text Example

White with #FD8352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8352; }

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

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

background-color css

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

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

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

border-color css

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

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

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