Html Css Color HEX #FD8442 Coral

📋 copy color: '#FD8442'

red 253 ◦ green 132 ◦ blue 66

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

Shades of Coral #FD8442

Tints of Coral #FD8442

RGB

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

 GREEN value IS 132 (51.95% from 255) = 29.27%

 BLUE value IS 66 (26.17% from 255) = 14.63%

R = 56.1%
G = 29.27%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FD8442 (or 0xFD8442) is known color: Coral. HEX triplet: FD, 84 and 42. RGB value is (253,132,66). Sum of RGB (Red+Green+Blue) = 253+132+66=451 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.10% from 451); Green value is 132 (51.95% from 255 or 29.27% from 451); Blue value is 66 (26.17% from 255 or 14.63% from 451); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8442 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD8442 is #027BBD. Grayscale: #A1A1A1. Windows color (decimal): -162750 or 4359421. OLE color: 4359421.

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

Color convert

RGB 253 132 66 -
CMYK 0 0.48 0.74 0.01
HSL 21.18º 0.98% 0.63% -
HSV(B) 21.18º 0.74% 0.99% -
XYZ 49.74 37.78 9.82 -
YUV 160.66 74.59 193.87 -
System Red Green Blue C M Y K H S L
Decimal 253 132 66 0 0.48 0.74 0.01 21.18 0.98 0.63
Hex FD 84 42 0 30 4A 1 15 62 3F
Octal 375 204 102 0 60 112 1 25 142 77
Binary 11111101 10000100 1000010 0 110000 1001010 1 10101 1100010 111111

Color Harmonies of #FD8442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8442

Black with #FD8442

Text Example


Text Example

White with #FD8442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8442; }

 p { color: rgb(253,132,66); }

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

background-color css

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

 a { background-color: rgb(253,132,66); }

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

border-color css

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

 span { border-color: rgb(253,132,66); }

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