Html Css Color HEX #FD7F5C Coral

📋 copy color: '#FD7F5C'

red 253 ◦ green 127 ◦ blue 92

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

Shades of Coral #FD7F5C

Tints of Coral #FD7F5C

RGB

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

 GREEN value IS 127 (50% from 255) = 26.91%

 BLUE value IS 92 (36.33% from 255) = 19.49%

R = 53.6%
G = 26.91%
B = 19.49%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FD7F5C (or 0xFD7F5C) is known color: Coral. HEX triplet: FD, 7F and 5C. RGB value is (253,127,92). Sum of RGB (Red+Green+Blue) = 253+127+92=472 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.60% from 472); Green value is 127 (50% from 255 or 26.91% from 472); Blue value is 92 (36.33% from 255 or 19.49% from 472); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7F5C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD7F5C is #0280A3. Grayscale: #A0A0A0. Windows color (decimal): -164004 or 6062077. OLE color: 6062077.

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

Color convert

RGB 253 127 92 -
CMYK 0 0.50 0.64 0.01
HSL 13.04º 0.98% 0.68% -
HSV(B) 13.04º 0.64% 0.99% -
XYZ 50.03 36.83 14.6 -
YUV 160.68 89.24 193.85 -
System Red Green Blue C M Y K H S L
Decimal 253 127 92 0 0.50 0.64 0.01 13.04 0.98 0.68
Hex FD 7F 5C 0 32 40 1 D 62 44
Octal 375 177 134 0 62 100 1 15 142 104
Binary 11111101 1111111 1011100 0 110010 1000000 1 1101 1100010 1000100

Color Harmonies of #FD7F5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD7F5C

Black with #FD7F5C

Text Example


Text Example

White with #FD7F5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD7F5C; }

 p { color: rgb(253,127,92); }

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

background-color css

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

 a { background-color: rgb(253,127,92); }

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

border-color css

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

 span { border-color: rgb(253,127,92); }

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