Html Css Color HEX #FD7C52 Coral

📋 copy color: '#FD7C52'

red 253 ◦ green 124 ◦ blue 82

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

Shades of Coral #FD7C52

Tints of Coral #FD7C52

RGB

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

 GREEN value IS 124 (48.83% from 255) = 27.02%

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

R = 55.12%
G = 27.02%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FD7C52 (or 0xFD7C52) is known color: Coral. HEX triplet: FD, 7C and 52. RGB value is (253,124,82). Sum of RGB (Red+Green+Blue) = 253+124+82=459 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.12% from 459); Green value is 124 (48.83% from 255 or 27.02% from 459); Blue value is 82 (32.42% from 255 or 17.86% from 459); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7C52 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD7C52 is #0283AD. Grayscale: #9E9E9E. Windows color (decimal): -164782 or 5405949. OLE color: 5405949.

HSL color Cylindrical-coordinate representation of color #FD7C52: hue angle of 14.74º 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 #FD7C52 is Cyan = 0, Magento = 0.51, Yellow = 0.68 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 124 82 -
CMYK 0 0.51 0.68 0.01
HSL 14.74º 0.98% 0.66% -
HSV(B) 14.74º 0.68% 0.99% -
XYZ 49.24 35.91 12.32 -
YUV 157.78 85.24 195.92 -
System Red Green Blue C M Y K H S L
Decimal 253 124 82 0 0.51 0.68 0.01 14.74 0.98 0.66
Hex FD 7C 52 0 33 44 1 F 62 42
Octal 375 174 122 0 63 104 1 17 142 102
Binary 11111101 1111100 1010010 0 110011 1000100 1 1111 1100010 1000010

Color Harmonies of #FD7C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD7C52

Black with #FD7C52

Text Example


Text Example

White with #FD7C52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD7C52; }

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

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

background-color css

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

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

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

border-color css

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

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

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