Html Css Color HEX #FD744A Coral

📋 copy color: '#FD744A'

red 253 ◦ green 116 ◦ blue 74

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

Shades of Coral #FD744A

Tints of Coral #FD744A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.19%

 BLUE value IS 74 (29.3% from 255) = 16.7%

R = 57.11%
G = 26.19%
B = 16.7%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FD744A (or 0xFD744A) is known color: Coral. HEX triplet: FD, 74 and 4A. RGB value is (253,116,74). Sum of RGB (Red+Green+Blue) = 253+116+74=443 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.11% from 443); Green value is 116 (45.70% from 255 or 26.19% from 443); Blue value is 74 (29.30% from 255 or 16.70% from 443); Max value from RGB is 253 - color contains mainly: red. Hex color #FD744A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD744A is #028BB5. Grayscale: #989898. Windows color (decimal): -166838 or 4879613. OLE color: 4879613.

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

Color convert

RGB 253 116 74 -
CMYK 0 0.54 0.71 0.01
HSL 14.08º 0.98% 0.64% -
HSV(B) 14.08º 0.71% 0.99% -
XYZ 47.99 33.87 10.49 -
YUV 152.18 83.89 199.92 -
System Red Green Blue C M Y K H S L
Decimal 253 116 74 0 0.54 0.71 0.01 14.08 0.98 0.64
Hex FD 74 4A 0 36 47 1 E 62 40
Octal 375 164 112 0 66 107 1 16 142 100
Binary 11111101 1110100 1001010 0 110110 1000111 1 1110 1100010 1000000

Color Harmonies of #FD744A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD744A

Black with #FD744A

Text Example


Text Example

White with #FD744A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD744A; }

 p { color: rgb(253,116,74); }

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

background-color css

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

 a { background-color: rgb(253,116,74); }

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

border-color css

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

 span { border-color: rgb(253,116,74); }

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